Created
June 29, 2016 18:07
-
-
Save iamandycohen/c031731a29aa580e05e266ad4bf5f5c9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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