Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的网站上有一个全宽的 jquery 滑块,不幸的是,我在该滑块中的图像显示在不同的位置,具体取决于屏幕的大小。
有谁知道我可以在哪里解决这个问题?
我使用 WordPress 作为 CMS,插件名为“LayerSlider WP”。
指向网站和代码的链接将非常有帮助。听起来像一个全宽滑块,你需要做的是弄清楚图像的尺寸,即960 x 1080,然后使用百分比相应地设置滑块的宽高比,然后设置滑块的位置要绝对。添加代码,我将能够为您提供更多帮助。
您的位置的问题是您在图像上放置的内联样式:
style="position: absolute; top: 24px; left: 326px...
这与您的响应式布局相冲突。