[問題] 框架frame使用html5 video tag無法全螢幕
請問有沒有辦法在使用框架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
12/08 20:29, 1F
Web_Design 近期熱門文章
PTT數位生活區 即時熱門文章