Skip to content

Instantly share code, notes, and snippets.

@joshorvis
Forked from jramsahai/delay_player_load.html
Last active August 29, 2015 14:11
Show Gist options
  • Save joshorvis/afdd0a7c02509151234e to your computer and use it in GitHub Desktop.
Save joshorvis/afdd0a7c02509151234e to your computer and use it in GitHub Desktop.
<html>
<head></head>
<body>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script type='text/javascript'>
window.onload=function() {
$("#video_container").html('<script type="text/javascript" id="vidyard_embed_code_oTDMPlUv--51Th455G5u7Q" src="//play.vidyard.com/oTDMPlUv--51Th455G5u7Q.js?v=3.1&type=inline"><\/script>');
};
</script>
<div id='video_container'>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment