Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1120297

    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.

    #1120401

    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

    #1120471

    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;
    }
    #1120810

    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

    #1121001

    hmm, ok. thanks for the fast response. ticket can be closed than.

    #1121128

    Hi,

    Thanks for the update, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Fullwidth Easy Slider Height’ is closed to new replies.