• Resolved amberm

    (@amberm)


    The slider images are overly expanded to the point of pixelation when viewing on an iPhone. The problem does not occur when viewing on an Android phone. Is there any way to resolve this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author 8Degree Themes

    (@8degreethemes)

    Hi there,

    Thank you for writing in.

    Could you please provide us your site URL so that we can have a look into your issue.

    Thanks.

    Thread Starter amberm

    (@amberm)

    erinnow.com

    Thank you!

    Theme Author 8Degree Themes

    (@8degreethemes)

    Hi There,

    Place this css code in your Appearance > Customize > Additional Css

    @media screen and (max-width: 1096px) {
        .single-slide {
           background-size: 100%;
           height: 40vw !important;
           background-attachment: scroll;
        }
    }

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘iPhone compatibility’ is closed to new replies.