Making Youtube Video Responsive in form Thank You Page

  • anthonylovesashley
    Asked on March 5, 2016 at 10:53 PM

    Tried to make the video load responsively in the Thank you page after a user completes the form.  I also made a logical condition for an alternate thank you page that would be present if they answered differently (yes|no) 

    The video I tried to follow but doesn't work is 

    Does anybody know how to get the videos to not cut off when loading on their mobile device?

    Here's the form I'm basing the work off of. 

    https://form.jotform.com/60607739339161

  • Jan
    Replied on March 6, 2016 at 11:44 AM

    There is a limitation if you use the Thank You page editor. You cannot use external CSS on it so it will be hard to make the elements responsive. I would recommend just redirecting the Thank You page to a custom URL where you can fully customize the CSS both internally and externally.

    You can try to use this HTML codes in the Thank You page to make sure the video width properly sites in the table. Just click the "<>" source code icon in the Thank you page.

    <iframe src="https://www.youtube.com/embed/w3RnrfVaYAs?controls=0&amp;showinfo=0" width="100%" height="315px" frameborder="0" allowfullscreen=""></iframe></div>

    Making Youtube Video Responsive in form Thank You Page Image 1 Screenshot 20

    Hope that helps. Thank you.