• 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)
  • Hello,

    I am really sorry 🙁

    Let we check this plugin again and send the update 🙂

    Hello,

    We have updated the version now 1.3.1.1

    You can use following css if you dont want to use Image FIT

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

    (@wschuurman)

    Some of the problems are fixed however the centermode option isn’t working properly.

    Here’s the shortcode I’m using: [slick-carousel-slider category="251" slidestoshow="3" centermode="true" variablewidth="true" sliderheight="325"]

    You can see what it looks here (towards the bottom of the page): https://www.hbcwr.ca

    • This reply was modified 8 years, 8 months ago by wschuurman.
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Aspect Ratio Issues Again’ is closed to new replies.