-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 option 'quality' and 'format' do not work with derivatives() and responsive images #3146
Comments
First debugging results:
That is the reason why the alternatives are never called via format and quality. It only works for the single image, as it is passed here as parameter: I am not sure how to fix this yet. |
Combining The results depends on the order of applying Flip: zoomCrop: Original: 400x800 (portrait)
|
I really think this whole media handling needs a rewrite as it's a confusing mess in there. Unfortunately, that is probably not going to happen until version 2.0. |
So until then, it's not really possible to use srcset in some easy way with manipulated images, right? Any timeline for v2.0? |
Being a different discussion and not knowing your use-case... As a 'photography enthusiast' I would hand craft my images using Photoshop, Gimp or the likes. Then, when satisfied with the result, apply |
That's a great advice and most likely will have to do this. It's just that these images are already crafted in Ps to be published :) They only wouldn't fit the layout of a webpage. But it seems will have to create cropped versions too :) |
If crafted images don't fit the layout of the website, they either have not been crafted for the website's layout, or the website isn't designed properly to accommodate the crafted images... |
This does not work with
derivatives
. It only changes the quality of the main image to 1, but not the others in srcset. Originally reported here: #3144 (comment)The text was updated successfully, but these errors were encountered: