Tagged: full screen slider, iphone
Hi, I’ve trawled the forum and I see lots of entries on the full screen slider not scaling images on an iphone but i cannot seem to work out what the actual soluton is. I have a site built on enfold and the full screen slider appears to work on every phone except the iphone. Whilst I don’t have an iphone, I can reproduce the issue using browserstack. I have attached a zip file. Can you help please as the customer is becoming ugly.
Hey Craig,
use this code inside Quick CSS field:
@media only screen and (max-width: 767px) {
li.active-slide {
background-size: 147% 100% !important;
background-position: -164px 0px !important;
}}
and adjust as needed.
Best regards,
Andy
Hi Andy, thanks for that and sorry for the delay. The client upgraded his iOS and now it works but its difficult to say whether it was the upgrade or the CSS changes. If I see the issue again I will use the code and see what happens. Best Regards, Craig