Skip to content

Latest commit

 

History

History
65 lines (50 loc) · 2.22 KB

amp-vimeo.md

File metadata and controls

65 lines (50 loc) · 2.22 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 Annotated code example for amp-vimeo

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 (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.

Validation

See amp-vimeo rules in the AMP validator specification.