Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #705693

    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.

    #706803

    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

    #713542

    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

    #713821

    Hi Craig,

    Ok, thanks for the feedback. We’ll keep the thread open in case you should see the problem again.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.