syamilmj / Aqua-Resizer

Resize WordPress images on the fly
502 stars 208 forks source link

return empty image src for certain insance #80

Open ghost opened 8 years ago

ghost commented 8 years ago

This is the first time I use aqua resizer in my project and by the way it's such a nice plugin, but I just face a strange issue. I use like $thumb = aq_resize( $url, 360, 240, true ) it work fine for the larger item but it return just empty if I passed less than 360px image. How can if fix this and I think it will be better if it return the original or unmodified src.

Thank You.

rubenbristian commented 7 years ago

See this: https://github.com/syamilmj/Aqua-Resizer/issues/91