Sefat Noor Orni
Sefat Noor Orni

Reputation: 247

Fixed height of images in slick.js

I have searched for several hours to customize slick.js to make the height fixed of slider images but failed. The images are of variable heights, so my site page always moves which is odd. Anyone there to help that where should I customize? Thanks in advance!

Upvotes: 1

Views: 18579

Answers (1)

Gaurav Ojha
Gaurav Ojha

Reputation: 1187

You need to set adaptiveHeight: false while initializing slick. Additionally, you might need to set a fixed width on your slider div

Upvotes: 4

Related Questions