Tagged: full screen slider
HI there,
I’m using the full screen slider, however, the images are not responsive and do not collapse and fit to smaller screens (phone).
I have looked at the code, however I can already see that the % has been used, but this doesn’t seem to work on the slider.
Is there something I can do?
Thanks, Silvio
Hey Silvio,
Could you provide us with a link to the site in question so that we can take a closer look please?
Thanks,
Rikard
There you go.
Hi!
Thank you for the link. Note that the slider images are added as background and the background-size property is set to cover which means that the image will cover the whole container but it may cut off parts of the image to keep its aspect ratio. We can set the background size to 100% or “contain” but it will distort the image. The workaround is to hide the full screen slider on smaller screens then add another full width easy slider specifically created for mobile. Toggle the display of the sliders with css media queries. Example here: https://kriesi.at/support/topic/cant-click-hide-mobile-menu-submenu-items/#post-586327
Best regards,
Ismael
Thanks! I’ll remember this for future reference.