Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1342901

    I can’t seem to find a solution to increase the vertical height of an easyslider image on mobile as it is cutting off the top and bottom.
    https://truthbook.com/
    Thanks.

    • This topic was modified 2 years, 8 months ago by hostworks. Reason: spelling error
    #1342954

    Hey hostworks,

    Thank you for the inquiry.

    You can use this css code to adjust the height of the slider image but it will get distorted a bit.

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      .avia-slideshow-inner li, .avia-slideshow-inner li>div, .avia-slideshow-inner li>div>div, .avia-slideshow-inner li img {
        height: 100%;
      }
    }
    

    You can also set the slider’s Styling > Slideshow Settings > Stretch image to fit the slideshow size? to the first option to automatically stretch the image.

    Best regards,
    Ismael

    #1342956

    Thanks Ismael,
    I also adjusted the ‘Slider minimum height in pixel” to 200px in the slideshow settings. I’m good to go now.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Increase easyslider height on mobile’ is closed to new replies.