Hi, I have a carousel embedded on a page but the images are not the same height. As a result of this the page continuously jumps which makes the page heard to read.
Any suggestion as to where I can amend this so the carousel determines the height of the tallest one and make this the fixed height?
Thanks for the support.
Please send me your site URL, I will check and help you resolve this issue.
Thanks Dominic – You can see the page here with the issue: http://joeblogsixd.com/category/my-friends-other-things/
I have checked your site and see that it’s issue come from the height of the image, to resolve this issue you should use the same image size. If you want to change the image size, I can help you via CSS but it will make image broken.
You can try the following code:
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
height: 500px;
}
Please login or Register to submit your answer