justintadlock / butterbean

A neat little post meta framework.
GNU General Public License v2.0
204 stars 31 forks source link

Fix for SVG image type #34

Open saas786 opened 7 years ago

saas786 commented 7 years ago

As svg doesn't generate image sizes, so media.sizes was throwing error because it was undefined, and retrieving image size from undefined object was causing it to not work.

So I added additional check for that, in case media sizes are not available for image types such as svg, we can just utilize the original src url.