Answer the question
In order to leave comments, you need to log in
How to change the height of the slider to 480px without shrinking the photo?
bootstrap slider
Answer the question
In order to leave comments, you need to log in
can be clipped by the container via overflow: hidden
.slider-wrap {
position: relative;
overflow: hidden;
width: 100%;
height: 480px;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question