Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1015956
    publicstate
    Participant

    Hello!
    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&#8221; 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!

    #1016002
    Rupok
    Member

    Hi 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!

  • <script> jQuery(function($){ $("#no-reply-1015956 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>