Fullpage.js —— 高度自定义fp-auto-height样式无效的解决方案

fp-auto-height 添加无效,在你需要添加 fp-auto-height 的页面里面的div添加定位样式:position: relative; 即可有效

示例:

Fullpage.js —— 高度自定义fp-auto-height样式无效的解决方案

Fullpage.js —— 高度自定义fp-auto-height样式无效的解决方案

 代码:

<div class="section camera fp-auto-height ">
    <div id="home-footer" class="container-fluid" style="position: relative;">
        <!-- 内容 -->
    </div>
</div>

 

上一篇:python在文件中部插入信息


下一篇:文件读写操作 - 读写字符串