Tagged: full screen slider
Hi guys,.. having a very strange issue here: http://www.RedRubberPhoto.com on all mobile devices.
The fullscreen slider image gets scaled up way to large. Any ideas what’s causing this?
Hey Diana,
Sorry for the late reply!
Please add following code to Quick CSS in Enfold theme options > General Styling
@media only screen and (max-width: 768px) {
.avia-fullscreen-slider .avia-slideshow[data-image_attachment="fixed"]>ul>li {
background-attachment: scroll;
}}
Best regards,
Yigit