Reputation: 247
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
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