我在某些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.