Youtube Iframe no fullscreen button

前端 未结 3 1039
-上瘾入骨i
-上瘾入骨i 2021-01-18 23:39

Maybe it\'s Friday afternoon kicking in but for some reason I seem unable to get a fullscreen button to appear on my embedded Youtube videos. All I\'m doing is copying the s

3条回答
  •  攒了一身酷
    2021-01-19 00:30

    It seems I needed a number of changes, final code:

    Firstly, the URL needs &fs=1, this triggers the button to show. Additionally, webkitallowfullscreen and mozallowfullscreen are needed, stating the obvious these solve browser specific problems.

    One interesting thing I did find, despite having the working code, this sample DOES NOT work through jsfiddle, presumably something to do with being inside of an iframe. See http://jsfiddle.net/mrchris2013/v8sjL/5/ for what I mean.

提交回复
热议问题