We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using
<slick autoplay="true" autoplay-speed="3000" infinite="true" speed="1000" slides-to-show="2">
It will wait 3 seconds and have a completely empty screen before update is triggered and anything shows.
If I resize the window before 3 seconds everything updates.
Running $(window).trigger("resize");
After a timeout is a hacky fix to this.
The text was updated successfully, but these errors were encountered:
I am having the same issue.
<slick infinite="true" dots="true" autoplay="true" slides-to-show="1" touch-move="1" slides-to-scroll="1">
Sorry, something went wrong.
No branches or pull requests
When using
<slick autoplay="true" autoplay-speed="3000" infinite="true" speed="1000" slides-to-show="2">
It will wait 3 seconds and have a completely empty screen before update is triggered and anything shows.
If I resize the window before 3 seconds everything updates.
Running
$(window).trigger("resize");
After a timeout is a hacky fix to this.
The text was updated successfully, but these errors were encountered: