如何在页面加载之前使用 CSS 设置响应滑块的高度

发布于 2025-01-07 10:43:28 字数 343 浏览 0 评论 0原文

它是什么

一个 jquery Cycle 滑块,在窗口加载和窗口大小调整时,使用 css 和 javascript 的组合来响应式地调整所有内容的大小。

出了什么问题

当页面加载时,滑块在 css 中设置高度为 0(因为在页面加载之前我不知道屏幕尺寸),然后使用 js 调整滑块大小适当的高度并开始运行幻灯片。

然而,这意味着在 js 加载/运行之前,滑块是不可见的,这意味着它“弹出”到视图中,将其下方的内容向下推。这似乎是 Flexslider 或 Cycle 等响应式滑块的普遍问题。

有没有办法使用CSS设置高度?

What is it

A jquery Cycle slider, which, on window load and window resize, uses a combination of css and javascript to resize everything responsively.

What's wrong

When the page loads, the slider has a height of 0 set in the css (because I don't know the screen size until the page has loaded) and then uses js to resize the slider to an appropriate height and start running the slideshow.

However this means that until the js loads/runs, the slider isn't visible, meaning it "pops" into view, pushing the content below it down. This seems to be a general problem with responsive sliders like flexslider or cycle.

Is there a way of setting the height using css?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

三生池水覆流年 2025-01-14 10:43:28

我认为您正在寻找 Cycle 的版本 2

http://jquery.malsup.com/cycle2 /demo/autoheight.php

I think version 2 of cycle are you looking for

http://jquery.malsup.com/cycle2/demo/autoheight.php

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文