Skip to content

Instantly share code, notes, and snippets.

@Pross
Last active May 17, 2016 20:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Pross/6399583a03c021f04f1b12be3f1edd8a to your computer and use it in GitHub Desktop.
Save Pross/6399583a03c021f04f1b12be3f1edd8a to your computer and use it in GitHub Desktop.
Change #button_uns6ckj to your section ID
<script>
!function ($) {
$(document).on( 'plReady', function() {
setTimeout(function(){
$('#button_uns6ckj').find('video').prop('loop', '')
}, 1)
})
}(window.jQuery)
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment