我们使用owl carousel作为包含1或2个元素的响应滑动元素,具体取决于显示尺寸。这是使用Foundation 5嵌入到站点中。打开页面或滑动时(取决于设备版本)页面崩溃。任何想法,它可能是什么。并不是说我们不在这里使用Foundation Grid来包装我们的Element,所以没有浮动等。
<section class="banderole-row">
<div class="banderole--carousel_wrapper">
<div class="owl-carousel banderole--carousel">
#foreach($banderoleEntry in $m.local.banderoleEntryListMobile)
<div class="banderole--carousel__mini item">
<a href="$banderoleEntry.linkTarget"><img src="$banderoleEntry.mobileImageVariant"/></a>
<p>#@linkOrSpan($banderoleEntry.linkTarget)$banderoleEntry.title#end</p>
</div>
#end
</div>
</div>
</section>