Hi, where do I place this code under the generated short code? I guess I will try to place it in one of the provided HTML/IFRAME windows and see what happens:
<script>
jQuery( document ).ajaxComplete( function() {
fv_player_did_autoplay = false;
fv_autoplay_exec();
jQuery(‘[data-fvautoplay]’).removeAttr(‘data-fvautoplay’);
});
</script>
That change worked! However, the autoplay only works on the theater mode not on the popup split screen mode. Any suggestions? Thanks! John