You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've been dealing with a couple different but related issues:
When we try and fetch a specific ratio image (for example square), and we have different widths: 1600, 1200, 800, 200, and we want to fetch using srcset -- we don't always get a square image. If a user was to upload a 1500 x 1200 image, and you request SQUARE_1600, you'll actually get the original 15x12 image.
Our ideal outcome is that it's easy for editors to understand how images will be cropped, we get consistent crop output from WP either from upscaling, or from grabbing the WP output, and using object fit to position (factoring in focal point)
The text was updated successfully, but these errors were encountered:
We've been dealing with a couple different but related issues:
The solution to this might be to upscale images:
Or to do an image calculation after we get the original images.
We've been experimenting with a couple plugin options:
https://wecodepixels.com/shop/theia-smart-thumbnails-for-wordpress/
https://wordpress.org/plugins/presswell-art-direction/
Our ideal outcome is that it's easy for editors to understand how images will be cropped, we get consistent crop output from WP either from upscaling, or from grabbing the WP output, and using object fit to position (factoring in focal point)
The text was updated successfully, but these errors were encountered: