美文网首页
横屏竖屏监控

横屏竖屏监控

作者: 岳小弟 | 来源:发表于2018-05-29 13:51 被阅读0次

    //横屏竖屏监控
    var evt = "onorientationchange" in window ? "orientationchange" : "resize";
    window.addEventListener(evt, resize, false);
    function resize(fals) {
    if (window.orientation == 0 || window.orientation == 180) {
    documment.getElementsByClassName('swiper-container')[0].style.width = '100%'
    }
    }

    相关文章

      网友评论

          本文标题:横屏竖屏监控

          本文链接:https://www.haomeiwen.com/subject/vstajftx.html