• Resolved wschuurman

    (@wschuurman)


    Unfortunately the latest update for this plugin messed up the display of my slider. I had an issue with this a few months ago and posted here and the solution worked. But now after the recent update the slider does not keep the aspect ratios of the slider images.

    Here are some screenshots of what the slider looks like on different screen sizes.

    Desktop:

    Tablet:

    Mobile:

    Here’s the current shortcode I’m using:

    [slick-carousel-slider category="251" slidestoshow="3" centermode="true" sliderheight="325"]

    And here is some custom CSS I’m using from a solution to a similar problem you gave me a few months ago:

    .slick-image-slide img
    {
    height: auto !important;
    width: auto !important;
    object-fit: none !important;
    object-position: unset !important;
    }

    Let me know if you have any ideas as to how I can correct this display issue. Thanks for the help!

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

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Aspect Ratio Issues Again’ is closed to new replies.