Why does my content load so late?
I’ve set one slider as desktop slider and one as mobile only.
Is there anything I can change so the contents load like they should?
Greets from germany
Nicolas
found the solution myself…
@media only screen and (max-width: 500px) {
div#layer_slider_2 {
display:none!important;
}
}
@media only screen and (min-width: 501px) {
div#layer_slider_1 {
display:none!important;
}
}
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon