我有一个像这样的iframe:
<iframe width="100%"
height="100%"
src="~/Video/video.mp4"
frameborder="0"
allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true"></iframe>
我在google chrome上运行此功能。当视频开始播放时,是否有jquery或javascript来制作这个全屏?