S
S
sidina1232015-02-19 12:46:19
css
sidina123, 2015-02-19 12:46:19

How to change the height of the slider to 480px without shrinking the photo?

bootstrap slider
275c87feea164e7ba4a24894fade8d9b.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Andreev, 2015-04-18
@DragorWW

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 question

Ask a Question

731 491 924 answers to any question