8
Answers

HTML IMG

Ask a question
David Smith

David Smith

11y
956
1
How to make a img fit or stretch into a div. Base upon my  css code below, the smaller the height, the image is being cut off

Below is my html code.

<div class="carouselMainStoryContentHeader">
        <a class="carouselMainImage">
                 <img src="images/1.jpg" alt="" />
        </a>
 </div>


CSS code:

.carouselMainImage
  height: 250px;
}


Answers (8)