junaidbhura / fly-dynamic-image-resizer

Fly Dynamic Image Resizer plugin for WordPress
https://wordpress.org/plugins/fly-dynamic-image-resizer/
MIT License
162 stars 26 forks source link

Resizing with height=0 #53

Open aless133 opened 2 years ago

aless133 commented 2 years ago

Is it any posibility to use it like fly_add_image_size('my_image',600,0,false); for proportional resizing?

horecny commented 2 years ago

Is it any posibility to use it like fly_add_image_size('my_image',600,0,false); for proportional resizing?

add 9999 as height

aless133 commented 2 years ago

Actually tried to comment || ! $height in add_image_size(), and it works, but maybe your solution is more correct.