Hi,
Is there a way to make the fullwidth easy sider header image more zoomed in on mobile. Desktop looks fine but mobile is zoomed out more than I would like.
Thanks!
Hey hitrev,
Thank you for the inquiry.
We can use this css code to adjust the size of the image a bit.
.av_slideshow_full li img {
transform: scale(1.1);
}
But we would recommend adding another Fullscreen Slider element in place of the current one instead and upload an image that is specifically resized for mobile view. You can then toggle the sliders’ visibility by adjusting the Advanced > Responsive Settings > Element Visibility settings. With these options, you can set the new Fullscreen Slider to only display on mobile view and the current slider on larger screens.
Best regards,
Ismael