Replies: 1 comment
-
I think the screen size doesn't matter here. The reason the grid works after changing the screen size is because the slider gets "refreshed", so the grid is created again, correctly. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am dynamically adding slides in the slider.
It works when I open the webpage with window.innerWidth > 530px, and then reduce the window.innerWidth to < 530px.
But does not work when I reload the page with window.innerWidth < 530px.
It also does not work when I do this -
Beta Was this translation helpful? Give feedback.
All reactions