I could not figure out how to do this
Could you have created a more clear source of this
The application should be done on which file.
An example of this might be.
The above image is a result on one of my sites. As you can see I have a few images that haven't been fixed yet.
The image for http://www.roleplaysocial.net/...us/images/animes.jpg is missing dimensions. Which means I don't have a size set for the image.
Somewhere in my html, I need to edit where it calls for that image and add those dimensions.
Lucky for me I know where that is located in my theme. So I manage to replace the dimensions by editing the blank.html for my specific theme.
<img src="http://www.roleplaysocial.net/...us/images/animes.jpg height="160px" width="217px">
I hope this helps and wish you luck with your site.