Set the resolution of the image that you need. For example, I need an image size: 100X100. insert the path to the image or set the correct path to the image source for your folder.
CSS:
img {
width:100px;
height:100px;
}
HTML:
<img src="https://dummyimage.com/100/00ff48/ff0000.png&text=Image+Found" alt="not found image" />
source
share