Advertisement
Guest User

Untitled

a guest
Jul 6th, 2014
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /* Fullscreen slider */
  2.  
  3.     var fSwiper = new Swiper('#fullscreen-slider',{
  4.         loop: false,
  5.         autoplayStopOnLast: true,
  6.         onSwiperCreated: function() {
  7.             // Slide has video
  8.             if ($('#fullscreen-slider .swiper-slide-active').has('video').length) {
  9.                 $('#fullscreen-slider .swiper-slide-active video').get(0).play();
  10.             }
  11.         },
  12.  
  13.     [...]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement