kenwheeler / slick

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

Slick Slider responsive breakpoints width is not working #3946

Open PavankumarKori1 opened 4 years ago

PavankumarKori1 commented 4 years ago

@kenwheeler I have created slider using slick slider. The issue I have is that the width is working fine with breakpoints for online. like in codepen and jsfiddle

However the same code is not working when I write in normal html file. download the html file here Can any one help me with this. Check from inspect and see for both normal and online code. there is the stackoverflow link

luke-nehemedia commented 2 months ago

I was able to fix it by adding width: 100%; overflow: hidden to html and body