-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Image Pipeline Update #95
base: main
Are you sure you want to change the base?
Conversation
I wanted to add, you'll notice that If anyone who knows could clear that up prior to merging, that would be useful. |
Is it possible to merge this PR @rexxars or any other sanity team member? |
@rexxars + Sanity Team: Bump on this PR or building a similar set of features yourselves. This is a big sticking point for me. I just did a massive migration from Prismic to Sanity and I'm LOVING pretty much everything except for the image transformations. Prismic has a full suite of imgix transforms available as GraphQL params. I was using these params to desaturate my images and set variable image quality based on usage. I'm really missing these features now. |
Tagged as triaged, but is this actually in now? We cant add quality in still. I can create a PR if necessary just for quality. I've fixed it with patch-package temporarily |
Updates
gatsby-source-sanity
to support passing a subset of Sanity's Image Pipeline transformations when making calls via GraphQL or through the image utility functions.References: #89