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
Thanks for a great plugin. Im wondering if there is any plan to support native wordpress responsive images? Ideally we could crop bounds for a single aspect ratio, and have it generate multiple sizes automatically.
This is how i could see it working:
1. Register multiple images for a single aspect ratio: 'banner'
Hi,
Thanks for a great plugin. Im wondering if there is any plan to support native wordpress responsive images? Ideally we could crop bounds for a single aspect ratio, and have it generate multiple sizes automatically.
This is how i could see it working:
1. Register multiple images for a single aspect ratio: 'banner'
add_image_size('banner_large', 1200, 600, true);
add_image_size('banner_med', 600, 300, true);
add_image_size('banner_small', 300, 150, true);
2. Declare 'Parent' for child image sizes
The text was updated successfully, but these errors were encountered: