Skip to content

Instantly share code, notes, and snippets.

@zackpyle
Last active May 18, 2023 14:42
Show Gist options
  • Save zackpyle/bc683e7cddee1d175910023b611d4093 to your computer and use it in GitHub Desktop.
Save zackpyle/bc683e7cddee1d175910023b611d4093 to your computer and use it in GitHub Desktop.
Turn Off Looping of Beaver Builder Background Vimeo Video #beaverbuilder
jQuery(document).ready(function($) {
let $vimeoPlayer = $('#hero-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