Hi,
I want to use the Fullscreen slider on desktop with the transparent menu, but on mobile devices it looks realy bad,
it seems that the Fullscreen slider is not responsive.
Is there a way to show the Fullscreen slider only on desktop devices and on mobile to use the layerslider that is responsive?
and is there a way to show a specific item like a responsive gallery only on mobile devices?
Hey uribinsted!
you can control responsive behavior on mobile with this code:
@media only screen and (max-width: 767px) {
.slide-1 {
background-size: 112% 104% !important;
background-position: 7px 4px !important;
}}
Do the same for .slide-2, .slide-3, etc.
Regards,
Andy