kenwheeler / slick

the last carousel you'll ever need
kenwheeler.github.io/slick
MIT License
28.54k stars 5.89k forks source link

Slider Displayed In Column all images and separated and that after few mili seconds it flex and shape into slider. #4267

Open ikishorkumar opened 1 year ago

ikishorkumar commented 1 year ago

Here is the screen shot on while onload the site. can provide the link to the also : https://ibb.co/pyx2Bsf

pablo67340 commented 1 year ago

Your CSS is loading before the slider is. Make sure all your CSS is loaded in the head, BEFORE Slick loads.

MrJoky commented 1 month ago

Stacked slides I may face the same issue. Not really sure. But my slides stack on each other for 1 sec. before they snap to their wished behavior. The order of the loaded files seems to be correct too. First CSS and then JS. I opened a SO-Question with some more Info.