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 | Annotated code example for amp-vimeo |
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 (required)
The Vimeo video id found in every Vimeo video page URL For example, 27246366
is the video id for the following url: https://vimeo.com/27246366.
common attributes
This element includes common attributes extended to AMP components.
See amp-vimeo rules in the AMP validator specification.