Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Kwicks の高さを 100% にする方法は? 全画面スライダーがあります。
デモ: http://devsmash.com/projects/kwicks/2.2.x/examples/responsive
Kwicks の高さを 100% にする必要があります
<script type='text/javascript'> $().ready(function() { $('.kwicks').kwicks({ maxSize : '100%', behavior: 'menu' }); }); </script>
maxSize 100% が機能しない場合は、Size 100% を使用して試してください。それがうまくいくことを願っています。