Tagged: x
-
AuthorPosts
-
May 29, 2016 at 10:55 pm #1015956
publicstateParticipantHello!
I am attempting to use an embed code provided by a company called ‘Subsplash’.
Here’s the code they give me…<div class=”sap-embed-player”><iframe src=”http://subsplash.com/embed/756e06a?video&audio&info&embeddable&shareable&logo_watermark” frameborder=”0″ webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></div><style type=”text/css”>div.sap-embed-player{position:relative;width:100%;height:0;padding-top:56.25%;}div.sap-embed-player>iframe{position:absolute;top:0;left:0;width:100%;height:100%;}</style>
Nothing I’ve tried has made this code work… any thoughts?
Thanks!May 29, 2016 at 11:57 pm #1016002
RupokMemberHi there,
Thanks for writing in! You can use this within RAW Content element. However you your given code seems a bit corrupted, maybe you have pasted here that’s why but you can try updating to below code or pasting the original code :
<div class="sap-embed-player"> <iframe src="http://www.subsplash.com/embed/756e06a?video&audio&info&embeddable&shareable&logo_watermark" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> </div> <style type="text/css"> div.sap-embed-player{position:relative;width:100%;height:0;padding-top:56.25%;} div.sap-embed-player > iframe{position:absolute;top:0;left:0;width:100%;height:100%;} </style>Hope this helps.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1015956 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
