1
This is the resolution of my image in normal page width
But by decreasing the page width the image looks like this.
I would like the image to be the same size as the 1 small image
HTML
<div class="col-6 col-md-4">
<img src="imagens/eccomerce.JPG" alt="principal" id="imagem_principal">
</div>
CSS
#imagem_principal{
width: 92%;
height: 240px;
}
Takes the
height
.– Sam
took but continued the same mistake
– User1999