Tagged: Fullwidth Easy Slider
Hello Folks,
I am using a fullwidth easy slider (not fullSCREEN) with a hight of “featured large 1500 x 630 px). With Portrait Images the height changes though. Is there a way to fix the height, so it doesn’t switch the height? Tried all size settings in the slider options. I guess that can be fixed with a custom css, but where and what will I have to put there?
Made a screen capture video, hope that explains it better.
Hey Christian,
The easiest solution would be to use images which are the same height, if you can’t do that then please post a link to where we can see the elements in question.
Best regards,
Rikard
Hi Rikard,
I know, for the new posts, images in landscape and therefore same height will be used. However, older posts with mixed photos, portrait and landscape were used. Had the same issue on an other theme which was fixed with the following code:
.ut-gallery-slider {
max-height: 248px;
overflow: hidden;
}
.ut-masonry {
margin-left: 10px !important;
margin-right: 10px !important;
}
.ut-portfolio-item-container {
margin-left: -10px;
margin-right: -10px;
}
.portfolio-lazy {
opacity: 1 !important;
}
Hi,
Thank you for the update.
I don’t think you can fix this with css because the actual image is cropped (see private field). The easiest thing to do is make sure that the images have the same size as previously suggested.
Best regards,
Ismael
hmm, ok. thanks for the fast response. ticket can be closed than.