Tagged: easy slider, full width, mobile, slider
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
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
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
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
Thanks @NIkko..
It works, font size for mobile adjusted to the proper size and It’s all fine..
Thank You very much
Hi newmediologo,
You’re welcome :)
We’re happy that we could help.
Thanks for using Enfold and have a great day!
Best regards,
Nikko