Difference between revisions of "Team:Vilnius-Lithuania/Vilnius15 Script"

(Created page with "// Slideshows $('.bxslider').bxSlider({ responsive: false, auto: true, autoHover: true, captions: true }); $('.bxgallery').bxSlider({ captions: true, sl...")
 
Line 16: Line 16:
 
     slideWidth: 5000
 
     slideWidth: 5000
 
});
 
});
 +
c

Revision as of 23:36, 11 July 2015

// Slideshows

$('.bxslider').bxSlider({

   responsive: false,
   auto: true,
   autoHover: true,
   captions: true

});

$('.bxgallery').bxSlider({

   captions: true,
   slideMargin: 10,
   minSlides: 3,
   maxSlides: 3,
   moveSlides: 1,
   slideWidth: 5000

}); c