0
我想在中顯示dailymotion視頻的全屏選項。 我已經試過這一個Iframe allowfullscreen不適用於dailymotion視頻
<iframe id="vid_frame" src="http://www.dailymotion.com/embed/video/x2rbh2c" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true" oallowfullscreen="true" msallowfullscreen="true" frameborder="0" width="100%" height="260"></iframe>
但全屏選項沒有顯示.Same代碼YouTube視頻的工作。
您可以嘗試使用html5代碼 –