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 - MPAndroidChart - How to add Annotations or images to the chart -

javascript - Add class to another page attribute using URL id - Jquery -

firefox - Where is 'webgl.osmesalib' parameter? -