So is the resolution of my image in the normal width of the page
Butbydecreasingthewidthofthepagetheimagelookslikethis.
Iwouldliketheimagetobethesamesizeasthe1smallimage
HTML
<divclass="col-6 col-md-4">
<img src="imagens/eccomerce.JPG" alt="principal" id="imagem_principal">
</div>
CSS
#imagem_principal{
width: 92%;
height: 240px;
}