gpt4 book ai didi

css - Firefox/IE CSS 问题 - 图像未按百分比缩放

转载 作者:太空宇宙 更新时间:2023-11-04 12:37:38 24 4
gpt4 key购买 nike

我在本网站的主页上使用了第 3 方全屏 slider 。每张幻灯片中的图像设置为不大于 75% 宽度,它似乎在 Safari 和 Chrome 中有效,但在 IE (11) 或 Firefox 中无效。

知道这个是怎么回事吗?

http://www.communitychurchbunnell.com

最佳答案

设置你的宽度以使其与 IE 一起工作

#main-content #fullpage .section img, #main-content #fullpage .slide img {
width: 100%;
max-width: 75% !important;
}

此外,!important 不是必需的。

编辑

.fp-tableCell div 被设置为其中图像的宽度。在文件 jquery.fullpage.min.js 中添加 max-width:100vh 来解决问题:

.fp-tableCell {
display: table-cell;
vertical-align: middle;
width: 100%;
height: 100%;
max-width: 100vw;
}

关于css - Firefox/IE CSS 问题 - 图像未按百分比缩放,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27159531/

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