gpt4 book ai didi

fullpage.js - 使用 fullpage.js 垂直居中内容

转载 作者:行者123 更新时间:2023-12-02 08:26:37 27 4
gpt4 key购买 nike

根据 fullpages.js 文档,应该可以使用参数 verticallyCentered.section 的内容垂直居中(默认为 true)。

但是,我无法使用以下 HTML 结构使用此功能:

<div id="content">
<div class="section container">
<div class="row">
<div class="col-xs-12">
<h1 class="title">Title</h1>
</div>
</div>
</div>
</div>

.col-xs-12 div 的内容(即标题)保留在窗口顶部。

我正在使用 Bootstrap 搭建脚手架(如果有任何相关性的话)。此外,fullpage.js 的基本功能(即单页滚动)工作正常。

最佳答案

您可能正在使用一些绝对定位元素,这就是 fullpage.js 无法处理它的原因。

你可以很容易地看到in the examples fullpage.js 在使用默认值 verticalCentered:true 时正确居中内容。

关于fullpage.js - 使用 fullpage.js 垂直居中内容,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31636743/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com