embed responsive youtube video in assistant

Hi,

I’m trying to embed a resonsive youtube video into the assistant template.

I’ve tried details on freeway talk post:
http://www.freewaytalk.net/thread/view/152008#m_152013

but to no avail.

I’ve copied and pasted Caleb [backdraft - I have bought backdraft off Caleb!] code into the markup box and the video is showing up now.

however its still not responsive. Also the video is over to the side and not aligned with the rest of the page.

Could anyone take a look and see if you can help me with it.

http://pollinationx.com/videos.html

much appreciated.

Thanks

Pete

http://pollinationx.com/videos.html


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I’ve supplied Pete with the answer off-list, but here it is for future reference:

  1. Bring the Backdraft Video action & module to your non-Backdraft website.

  2. On the page with the video, go to Page > HTML Markup… > Before </head>.

  3. Paste this code in:

     <style type="text/css">
    
     /* Flexible width video */
     #PageDiv .video-container {
         position: relative;
         padding-bottom: 56.25%;
         height: 0;
         overflow: hidden;
     }
     .video-container iframe, .video-container object, .video-   container embed {
         position: absolute;
         width: 100%;   
     }
    
     </style>
    

freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options