Skip to content

Instantly share code, notes, and snippets.

@carlosonweb
Created November 2, 2017 01:16
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carlosonweb/959be7b565a815ae29cb5f2b967fc1a7 to your computer and use it in GitHub Desktop.
Save carlosonweb/959be7b565a815ae29cb5f2b967fc1a7 to your computer and use it in GitHub Desktop.
On a Beaver Builder Row Background Video, Prevent Vimeo Video From Looping
jQuery(window).on('load', function(){
var $ = jQuery,
$vimeoPlayer = $('#micha-vimeo-bg-row .fl-bg-video').data('VMPlayer');
$vimeoPlayer.setLoop(false);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment