How to make slide visible before initialization? #450
Answered
by
NaotoshiFujita
aleksanderd
asked this question in
Q&A
-
Hi! I noticed there is What the best/right way to make it visible even if js is not executed yet? Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
NaotoshiFujita
Oct 20, 2021
Replies: 1 comment 2 replies
-
Just override the style if you can accept that the user is able to see noninitialized elements: .splide {
visibility: visible;
} |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
aleksanderd
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just override the style if you can accept that the user is able to see noninitialized elements: