【发布时间】:2017-03-30 04:27:33
【问题描述】:
在 Materialize Carousel 方法中,我插入了 Iframe 以在幻灯片中嵌入 Web 链接,而不是普通图像。在插入 iframe 时,单击切换幻灯片不起作用。
轮播法:
<div class="carousel">
<a class="carousel-item"> <iframe style=' max-height: 700px; max-width: 420px; width: 340px; height: 566px;' src='http://www.website.com' frameborder='0' allowfullscreen scrolling='no'></iframe></a>
<a class="carousel-item"> <iframe style=' max-height: 700px; max-width: 420px; width: 340px; height: 566px;' src='http://www.website.com' frameborder='0' allowfullscreen scrolling='no'></iframe></a>
<a class="carousel-item"> <iframe style=' max-height: 700px; max-width: 420px; width: 340px; height: 566px;' src='http://www.website.com' frameborder='0' allowfullscreen scrolling='no'></iframe></a>
<a class="carousel-item"> <iframe style=' max-height: 700px; max-width: 420px; width: 340px; height: 566px;' src='http://www.website.com' frameborder='0' allowfullscreen scrolling='no'></iframe></a>
</div>
非活动幻灯片不可点击。单击时,它们不会被激活。 请帮助我找到解决方案
【问题讨论】:
标签: javascript html iframe carousel materialize