junaidbhura / fly-dynamic-image-resizer

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

feat: add full size image fallback #4

Closed jmarceli closed 7 years ago

jmarceli commented 7 years ago

I've added a full image src fallback which might be useful when using fly-dynamic-image-resizer with .svg images.

junaidbhura commented 7 years ago

SVG is not supported by core, so as far as this plugin is concerned, that is not an issue. The only way an empty array is returned is in case the image is wrong. So when a developer asks for a dynamic image size on the theme, falling back to the full image size would be incorrect.