Reputation: 156
https://jonathanrace77.github.io/
In the portfolio section there is a "sync" version of the slick carousel. (The top carousel should show what is selected in the bottom).
However, on a fresh load of the page, the top carousel shows nothing. It is only after the page is refreshed (not hard refreshed), that the picture shows.
Can anyone help me understand what is happening here?
Upvotes: 1
Views: 1332
Reputation: 156
The slider div img did not like width:auto.
Setting this as px or vw (in my case) solved the problem.
Upvotes: 2