• Resolved lpint

    (@lpint)


    I have a slider at the top of my home page. The height of the slider varies to fit the image. (You had previously provided custom css to scale the images.) The changing height of the slider causes everything below it to move up and down when the slider changes. This makes the page harder to read and more distracting. Is there a way to set the slider height to a fixed size?

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support EventPrime Support

    (@eventprimesupport)

    Thanks for reaching out to us.

    We are looking into it and will update you as soon as possible.

    Plugin Support EventPrime Support

    (@eventprimesupport)

    Thank you for reaching out to us.

    We’ve investigated the issue you mentioned regarding the slider height, and it is due to the custom CSS you added. To resolve this please remove the following CSS:

    .emagic #ep_events_front_views_slider .ep-slide-item-right img {
        min-height: auto;
        object-fit: contain;
    }

    If you have any further questions, please don’t hesitate to reach out to us.

    Thread Starter lpint

    (@lpint)

    Thanks for your always fast and great support.

    So it appears my options are: 1) have the slider a constant height but the images cropped or 2) have the full image displayed but slider height change. Such is life, I guess. Thanks, again.

    Plugin Support EventPrime Support

    (@eventprimesupport)

    Thank you for your kind words.

    To avoid cropping and ensure the full image is displayed, we recommend using the following CSS.

    .emagic #ep_events_front_views_slider .ep-slide-item-right img {
        object-fit: contain;
    }

    This approach may result in some empty space around the images but ensures they are fully visible without distortion and without changing slider height.

    If you have any further questions, please don’t hesitate to reach out to us.

    Thread Starter lpint

    (@lpint)

    Thank you! Thank you! Thank you! That is exactly what I was after!

    EventPrime support is amazing!

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.