gpt4 book ai didi

javascript - 库 parallax.js

转载 作者:行者123 更新时间:2023-11-28 06:59:57 26 4
gpt4 key购买 nike

您好,我正在使用以下库:http://pixelcog.github.io/parallax.js/我有一个问题。

我很喜欢我的形象,我希望它看起来像我

Image with problems

我的代码是:

HTML:

<div class="parallax-window" data-parallax="scroll" data-image-src="<?php echo get_template_directory_uri();?>/recursos/imagenes/parallax-home.jpg"></div>

CSS

.parallax-window {
min-height: 400px;
background: transparent;
}

谢谢

最佳答案

更新您的 css 以具有宽度值,例如:

.parallax-window {
min-height: 400px;
background: transparent;
width: 100%;
}

如果不行,尝试在css中设置定位,例如:

.parallax-window {
min-height: 400px;
background: transparent;
width: 100%;
position: absolute;
left: 0;
}

关于javascript - 库 parallax.js,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33294317/

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