sirulli / yoimages

Better image handling capabilities for Wordpress
http://sirulli.org/yoimages/
GNU General Public License v2.0
16 stars 10 forks source link

Feature : Crop all image sizes with same ratio at once #47

Open Kireip opened 7 years ago

Kireip commented 7 years ago

Hi there, First of all thank you for this great plugin, a must have for all my WP projects 👍

As image sizes variations are now essential in RWD and bandwidth optimisation, I deal with that by using "src_set" image attribute filled with a set of custom images sizes dynamicly added via add_image_size().

Everything's fine for images keeping original aspect ratio but it starts to be more complicated for cropped sizes... So here's my suggestion: it would be awesome if YoImages came with a "Crop all images with same ratio at once" feature, almost like "Crop-Thumbnails" plugin does. Maybe a global option allowing to crop all equivalent sizes for each image from the biggest croppable size available?

I hope to be clear enough, Cheers :)

Mr-Chilly commented 7 years ago

bump

leopoiroux commented 6 years ago

Done Pull Request #8 ;)