templates/scripts/youtube_bg_script.html.twig line 1

Open in your IDE?
  1. {# Migrated from box.js #}
  2. <script>
  3.     function playAllVideoBg() {
  4.         $('.is_video_bg').each(function () {
  5.             var id = jQuery(this).find('.screen').attr('id');
  6.             $('#' + id).data("youtubePlayer").onYouTubePlayerAPIReady();
  7.         });
  8.     }
  9. </script>