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
here is the sample one
div{ width: 200px; height:200px; border:solid } img{ width: 100%; height: 100%; object-fit: contain; }