【发布时间】:2015-10-29 14:29:48
【问题描述】:
我在我的网站上使用 fullPage.js 以及以下 html 和 css 作为图像滑块。
它适用于 Mac 上的 Safari 和 Chrome,但不适用于 Windows 上的 IE 11。
有人知道如何解决这个问题吗?
<div class="slide"><img src="images/bitumenpainting1.jpg" alt="Bitumenpainting 1"></div>
.slide img {
width : auto;
height : auto;
max-width : 90%;
max-height : 90%;
margin : 0 auto;
padding : 0;
display : block;
}
【问题讨论】:
-
谢谢,但我不能使用背景图片。我想在将来向 fullPage.js 滑块添加更多带有 的延迟加载图像。
标签: html css fullpage.js