其他页面对同一媒体查询没有响应

Other pages are is not responsive for the same media query

本文关键字:查询 响应 媒体 面对 其他      更新时间:2023-09-26

我使用fullpage.js的单页网站的第一个是首页是适合在视窗,但其他页面底部是不可见的相同的媒体查询

Fullpage.js是响应式的。在媒体查询中需要做些什么?

如果你想在section上执行任何操作,你可以在文档中找到参数和一些回调函数

        //events
        onLeave: function(index, nextIndex, direction){},
        afterLoad: function(anchorLink, index){},
        afterRender: function(){},
        afterResize: function(){},
        afterSlideLoad: function(anchorLink, index, slideAnchor, slideIndex){},
        onSlideLeave: function(anchorLink, index, slideIndex, direction, nextSlideIndex){}