javascript – jQuery Cycle插件 – 容器的自动高度

前端之家收集整理的这篇文章主要介绍了javascript – jQuery Cycle插件 – 容器的自动高度前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我在某些div上使用了 cycle plugin,像这样:
<div class="sections">
  <div class="Section"> <img /> text </div>
  <div class="Section"> <img /> text </div>
  <div class="Section"> <img /> text </div>
</div>

所有的.section div都具有可变的高度,基于它们的内容.
如何使循环不能将容器div(部分)调整到最大的子高度?相反,我希望容器将每个动画的大小调整到当前的孩子高度.

解决方法

将containerResize选项设置为0并尝试.更多选项详情 here.
原文链接:https://www.f2er.com/jquery/152037.html

猜你在找的jQuery相关文章