YouTube iframe embed - full screen

前端 未结 14 1430
情深已故
情深已故 2020-12-07 19:42

I have a form that is iframed into a web page. Upon completion of the form, a YouTube video is displayed from using iframe embed.

When I enter full screen mode of th

14条回答
  •  轮回少年
    2020-12-07 20:28

    If I understand correctly you have an iframe that contains a second iframe (the youtube one).
    Try adding the allowfullscreen attribute to the "parent" iframe.

    For full browser support it should look like this:

     
    

提交回复
热议问题