Skip to content

Instantly share code, notes, and snippets.

@FinalDestiny
Created February 4, 2018 18:18
Show Gist options
  • Save FinalDestiny/e9676dc8f104faba87c53437aaa74b00 to your computer and use it in GitHub Desktop.
Save FinalDestiny/e9676dc8f104faba87c53437aaa74b00 to your computer and use it in GitHub Desktop.
<script>
(function($) {
$(document).ready(function() {
$('.et_pb_section_video_bg').each(function() {
$(this).find('video').prop('loop', false);
});
});
})(jQuery);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment