Support » Plugin: Smart Slider 3 » iPhone Page Load

  • Resolved chewbears

    (@chewbears)


    On the pages I have a Slider on the top of, the iPhone has a pause in load and then resizes the slider. If you look closely, the iPhone loads the page but only takes up the left 10% of the screen, then smartslider loads and the entire page resizes leaving you at a position down the page. Any experience with this?

    https://wordpress.org/plugins/smart-slider-3/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Ramona

    (@nextend_ramona)

    Hi @chewbears

    I haven’t really heard of this issue before. Could you please contact me at support@nextendweb.com on this issue?

    Plugin Author Nextendweb

    (@nextendweb)

    We have to add the following to the theme’s style.css:

    html, body {
    width: 100%;
    }

    html {
    overflow-x: hidden;
    }

    This code can fix IOS scaling issue, if you see your site for a sec in small and then it switches to the normal viewport.

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