• Resolved bunakov

    (@bunakov)


    Hey!
    How to turn in on adaptiveHeight? I have images of different height.
    Thanks.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Eugene White

    (@eugenewhite)

    Hello there.

    In this case, you may need to add custom CSS code under the Dashboard > Appearance > Customize > Additional CSS:

    .wp-block-getwid-images-slider.adaptive-height .slick-track {
       display: block;
    }

    Also, you may need to add an additional CSS class to each slider that you have:
    adaptive-height

    Thread Starter bunakov

    (@bunakov)

    Oh… Real! Thank’s! <3

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Slick slider adaptiveHeight’ is closed to new replies.