次のように、いくつかの div でサイクル プラグインを使用しています。
<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 (セクション) のサイズを最大の子の高さに変更しないようにするにはどうすればよいですか? 代わりに、すべてのアニメーションでコンテナーのサイズを現在の子の高さに変更したいと考えています。