слайдер

The Swiper slider. Configuring scroll and pagination

My goal is to make it so that 3.5 slides per active zone are displayed (This is done by the slidesPerView parameter). The sli ... iv> <!-- Add scrollbar --> <div class="swiper-scrollbar"></div> </div> </body>

How do I set an infinite function call via setTimeout?

I have functions for working with a simple slider, I want to make it infinitely rewind, via setTimeout, but I don't know how ... < 0){ num= image.length-1; } slider.src=image[num]; } setTimeout('next()',2000);

Gallery on jquery

Hello. I need to make a gallery in which the picture is first stretched in width, and then in length. Help me to make the im ... " id="img" width="200px" /> <img class="photo" src="03.jpg" alt="картинка" id="img" width="200px" /> </p>