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;
}
No comments:
Post a Comment
Thank you for your Feedback!
www.evagabond.me