Hi guys,
I’m trying to enable Josue’s solution as posted here: https://kriesi.at/support/topic/video-fall-back-on-tablet-and-mobile-with-full-width-easy-slider/
But cant’ seem to get the .custom_slider_mobile to hide on the desktop version.
I’ve put two sliders elements in their respective classes and added this in Quick CSS:
.custom_slider_mobile{ display: none; }
@media only screen and (max-width: 767px) {
.custom_slider_desktop{ display: none; }
.custom_slider_mobile{ display: block; }
}
Am i missing something?!…. http://www.con-formgroup.com.au
Thanks for your help in advance!
Matt
Hi conformgroup!
Can you please try changing the first line of code to following one
@media only screen and (min-width: 768px) {
.custom_slider_mobile{ display: none !important; }}
Cheers!
Yigit
Hi Yigit,
That didn’t work sorry.
In the meantime I’ve got a single full width slider with the fallback image for mobile. It all works fine, but on desktop when you click the video it opens the mobile video link instead of pausing the video..
Is there any way for the slider to only link on the mobile fallback image?
Cheers
Hi!
about which video are you talking about? about the animation when scrolling down? when I click on it on desktop it opens a new page (link see in private content), so not sure what you mean.
Best regards,
Andy