[問題] 框架frame使用html5 video tag無法全螢幕

看板Web_Design作者 (@興...)時間9年前 (2015/12/08 17:46), 9年前編輯推噓1(100)
留言1則, 1人參與, 最新討論串1/1
請問有沒有辦法在使用框架frameset情況下啟用全螢幕功能,謝謝您. 狀況: 1.框架frame 使用 video 加了controls 無法全螢幕顯示. 補充: *全螢幕按鈕會自動被隱藏,而直接打開right則會顯示. *加入 allowfullscreen 無用. allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true" code: Parent: index.html <html> <head> <title>Main</title> </head> <frameset cols="190,*" > <frame src="left.html" > <frame src="right.html"> </frameset> </html> Videl Page:right.html <html> <head> <title>right</title> </head> <video src="content/Assessment/video/b08_02.mp4" class="tv_img" id="Video1" controls autoplay allowfullscreen></video> </html -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 122.117.157.32 ※ 文章網址: https://www.ptt.cc/bbs/Web_Design/M.1449567992.A.980.html ※ 編輯: sin282 (122.117.157.32), 12/08/2015 17:48:58

12/08 20:29, , 1F
不要再用frame了啦,改用iframe呦
12/08 20:29, 1F
文章代碼(AID): #1MPgRuc0 (Web_Design)
文章代碼(AID): #1MPgRuc0 (Web_Design)