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

    Hi all..

    On a client’s site the Fullwidth Easy Slider does not resize in mobile view, I’ve decreased the font size for the caption and it’s ok bau the images appears cropped..

    There’s a way to display the images in small size but entirely..?

    Thank You very much

    #1362590

    Hey newmediologo,

    Thank you for the inquiry.

    Have you tried using the Fullwidth Slider instead of the Fullscreen Slider? The Fullwidth Slider resizes differently on smaller screens compare to the Fullscreen Slider. It adjusts its size based on the aspect ratio of the slides or images, instead of inheriting the height of the browser screen.

    Best regards,
    Ismael

    #1362593

    Hi Ismael.

    Thank You for Your answer but as I wrote I use the Fullwidth Easy Slider and non the Fullscreen Slider, the slider is only in Home Page for Italian and English version, if You put an eye on the site You can see that the slider does not resize properly..

    Thank You Very Much

    #1362602

    Hi newmediologo,

    Please try adding this CSS code in Enfold > General Styling > Quick CSS:

    @media only screen and (max-width:767px) {
      #top .av_slideshow_full .avia-slideshow-inner {
        height: auto !important;
      }
    
      #top .av_slideshow_full .avia-slideshow-inner img {
        min-width: 200px !important;
        left: 0 !important;
      }
    }

    You may need to adjust the font sizes for mobile.

    Best regards,
    Nikko

    #1362607

    Thanks @NIkko..

    It works, font size for mobile adjusted to the proper size and It’s all fine..

    Thank You very much

    #1362614

    Hi newmediologo,

    You’re welcome :)
    We’re happy that we could help.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Full width Easy Slider does not resize in mobile’ is closed to new replies.