Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #593470

    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

    #594059

    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

    #594156

    There you go.

    #595374

    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

    #595643

    Thanks! I’ll remember this for future reference.

    #596158

    Hi,

    Great, please let us know if you should need any more help on the topic.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.