Skip to content

Latest commit

 

History

History
63 lines (49 loc) · 2.11 KB

amp-vimeo.md

File metadata and controls

63 lines (49 loc) · 2.11 KB

amp-vimeo

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

Example

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>

Attributes

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.

Validation

See amp-vimeo rules in the AMP validator specification.