Search blog

Showing posts with label CSS. Show all posts
Showing posts with label CSS. Show all posts

Monday, August 11, 2014

Bootstrap, Colorbox, CSS Issue

If you are using Bootstrap, Lightbox and Colorbox and facing problem in rendering your images appropriately; where in the initial image load the image size might have shrunk and in the subsequent image load the image dimensions are fine, you may try the CSS code below to fix the issue:


img {
     /* height: auto;*/
     max-width: none;
}

Top 5 Posts (Weekly)