SyntaxFix
Write A Post
Hire A Developer
Questions
Apply 100% width and height to your image:
100%
<div style="height:42px;width:42px"> <img src="http://someimage.jpg" style="width:100%; height:100%"> </div>
This way it will same size of its parent.