所需的行为
特定问题或错误
在问题本身中重现该代码所需的最短代码
<amp-story-page id="cover page" auto-advance-after="cover" >
<amp-story-grid-layer template="fill">
<amp-video placeholder="img/icon.png"
id="cover"
controls
autoplay
width="720"
height= "1280"
layout="fill" />
<source src="video/cat.mp4"
type="video/mp4" />
<div fallback>
<p>This browser does not support the video element.</p>
</div>
</amp-video>
</amp-story-grid-layer>
</amp-story-page>