Tagged: fullscreen slider
Hey there,
i have a small problem with the Fullscreenslider, its working fine on every device except on Ipad Pro.
The Images get shrinked and distorted, only small part is showing.
I have no exactly device, i tried it on different Ipad Pros and it wont work. (just grabbed one in applestore so if you know good free tool for device-testing which really works pls show me ;))
Maybe u have a quick fix or already encountered this problem.
It would help me alot because the project is almost done and client is waiting :).
I couldnt find the right solution in forum despite there is one thread with similar problem but i could not really fix it yet.
Best regards and a great week
ankerdev
Hey snorlachs,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (min-width:768px) and (max-width: 1024px) {
.avia-safari .avia-fullscreen-slider .avia-slideshow[data-image_attachment="fixed"]>ul>li {
background-attachment: scroll !important;
background-size: cover !important;
background-repeat: no-repeat;
}
}
If you need further assistance please let us know.
Best regards,
Victoria