I am using an img tag of HTML to show a photo in our application. I have set both its height and width attribute to 64. I need to show any image resolution (e.g. 256x256, 10
Wrap the image in a div with dimensions 64x64 and set width: inherit to the image:
div
width: inherit