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% 并尝试。希望它会奏效。