Hi,
I have a background video that I added through Cornerstone. It is not working on many browsers. It is only working on Safari. Also, I want to stop the video from looping. I tried to add the following code, but it doesn’t work. Thanks!
jQuery (function($) {
$(document).ready( function() {$(‘video’).prop(‘loop’, false); } );
} );