Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. videoowl.on('translate.owl.carousel',function(e){
  2. $('.owl-item video').each(function(){
  3. $(this).get(0).pause();
  4. })
  5. $('.owl-item video').on('ended', function() {
  6. $(this).trigger('next.owl.carousel');
  7. });
  8. });
  9. videoowl.on('translated.owl.carousel',function(e){
  10. $('.owl-item.active video').get(0).play();
  11.  
  12. })
  13.  
  14. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement