Hi-
My homepage Fullscreen Slider images aren’t responsive. Got any ideas?
Thanks,
Sarah
Hi mclweb!
Thank you for using Enfold.
We set the background position of the full slider image to 0% by default because it looks much better when viewing the site on landscape mode (Mobile Device). You can adjust the background position with this:
.avia-fullscreen-slider .avia-slideshow>ul>li {
width: 100%;
height: 100%;
background-size: cover;
background-position: center center !important;
}
Regards,
Ismael