Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Bootstrap responsive work around Reply To: Bootstrap responsive work around

#146281
ayottepl
Participant

Hey!

Thanks, i’ve updated your jsFiddle : http://jsfiddle.net/ZveC3/1/

Is it what you need? Look into the css section at the end i’ve added some code.

I put “!important” because i didn’t had access to bootstrap css but i you can modify the file directly you will not need it.

Hope it could help you, good luck!

/**ADDED**/

.carousel-inner > .item > img{
height:auto!important;
position:relative!important;
}
.carousel .item{
overflow:hidden!important;
height:auto;
}
.carousel-inner {
position: relative;
width: 100%;
overflow: hidden;
}