justcoded / just-responsive-images

WordPress Plugin to support better responsive images with <picture> tag, backgrounds, retina support etc.
48 stars 8 forks source link

Add ability to view available image sizes #5

Closed aprokopenko closed 7 years ago

aprokopenko commented 7 years ago

To understand why some image is not available it's important to see what available sizes image has in the database.

So we need to show this info. I think the best way is to print it in media section, when you check image details.

aprokopenko commented 7 years ago

done