Description | Displays a Vimeo video. |
Availability | Stable |
Required Script | <script async custom-element="amp-vimeo" src="https://cdn.ampproject.org/v0/amp-vimeo-0.1.js"></script> |
Supported Layouts | FILL, FIXED, FIXED_HEIGHT, FLEX_ITEM, RESPONSIVE |
Examples | amp-vimeo.html vimeo.amp.html |
With responsive layout, the width and height from the example should yield correct layouts for 16:9 aspect ratio videos:
<amp-vimeo
data-videoid="27246366"
layout="responsive"
width="500" height="281"></amp-vimeo>
data-videoid
The Vimeo video id found in every Vimeo video page URL
E.g. in https://vimeo.com/27246366 27246366 is the video id.
See amp-vimeo rules in the AMP validator specification.