jQuery kwicks. Li not expand (resize)

271 Views Asked by At

I try integratte kwicks slider (like image gallery) into mainpage of site (See dev.podmoscvoy.ru) But after redraw ul>li (with image) i have not any reaction. Used last kwicks version code.

Code is standart for kwicks

<div id="metaslider_container_99">
    <div id="metaslider_99" class="kwicksslider">
        <ul class="kwicks kwicks-horizontal" style="width:700px;height:400px">
            <li >here is image definition</li>
           <li >here is image definition</li>
            <li >here is image definition</li>
        </ul>
    </div>
</div>

code JS

$(function() {
      $('#metaslider_99>ul.kwicks').kwicks({ 
         behavour:'menu'
      });
});

No javascrip errors, but kwicks not played. Please help

2

There are 2 best solutions below

0
On BEST ANSWER

You have a typo (опечатка, в общем :)). I'm talking about example of the code at fiddle and in your question..

behavior: 'slideshow'

not

behavour: 'slideshow'
0
On

Try adding class="kwicks-selected" to the first <li> element.