On page load, for the first second of so, the first slide only takes up half of the screen before correcting itself. It is causing an unpleasant/snappy load experience. If I monitor the elements code via inspect I can see the inline width get updated about a second into page load. Any suggestions?
Asked
Active
Viewed 3,602 times
7
-
Did you find a workaround ? – form3 Oct 14 '16 at 19:32
-
it helps if you give it some default css for it to show the intended view until slick loads and takes over the design. Also, it helps to giving max-height and overflow hidden to the container to avoid overflowing content in the first few seconds – viCky Jun 26 '17 at 12:30
1 Answers
0
i have same problem solution is start from prev slide (initialSlide: ...) and call slick('slickNext')

Никита Середа
- 1,991
- 1
- 14
- 34