Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save iamandycohen/2508a5b965019c790161dc625154e46b to your computer and use it in GitHub Desktop.
Save iamandycohen/2508a5b965019c790161dc625154e46b to your computer and use it in GitHub Desktop.
from Jeremy to Everyone:
<!-- Kaltura Widget Begin: KalturaVideoPlaylist -->
<script src="//raymondjames.com/script/kaltura/js/kaltura-iframe.js"></script>
<iframe src="//raymondjames.com/script/kaltura/kaltura-iframe.asp?type=KalturaVideoPlaylist&id=0_avxbv5yg&AspectRatio=16:9" width="100%" height="100%" style="display:block;" onload="resizeIframe(this);" frameborder="0" scrolling="no"></iframe>
<script language="javascript" type="text/javascript">
function resizeIframe(obj) {
if (obj.contentWindow.document.body){
obj.style.height = (obj.contentWindow.document.body.scrollHeight) + 'px';
}
}
</script>
<!-- Kaltura Widget End: KalturaVideoPlaylist -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment