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.
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
Thanks Ismael,
I also adjusted the ‘Slider minimum height in pixel” to 200px in the slideshow settings. I’m good to go now.