7

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?

MrBoJangles
  • 12,127
  • 17
  • 61
  • 79
Kyle Woolley
  • 763
  • 1
  • 6
  • 9
  • 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 Answers1

0

i have same problem solution is start from prev slide (initialSlide: ...) and call slick('slickNext')