Skip to content
Loading
how to set image width in image slider  
  • class="item">  
  • "./../Style Library/Dejavu/images/LHR I.jpg" width="500px" height="300px" alt="Lhr" />  
  •   
  •   
  • class="item">  
  • "./../Style Library/Dejavu/images/LHR II.jpg" width="500px" height="300px" alt="Lhr 2" />  
  • --%>  
  •   
  •  OR
    change this place in your css file, Remove height and width from above code, Saerch with class name .carousel-inner, if find change as below if not then add this class.
    1. .carousel-inner > .item > img {
    2. width:640px;
    3. height:360px;
    4. }
    https://stackoverflow.com/questions/17357306/bootstrap-carousel-resizing-image