css - Need help to fix bootstrap carousel height -


i using vanilla bootstrap 3 carousel. custom css use this:

.carousel-caption {     position: relative;     left: auto;     right: auto;     margin-top: -50px;     background-color: #000;      opacity: 0.8; } 

the annoying issue when images of different heights, carousel height expands , causes text below jump, not desirable. have tried differnt css tricks, adding:

.carousel-inner{   width:100%;   max-height: 600px !important; } 

and other suggestions found on other answers none worked me. appreciate help.


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -