Description | Displays an embedded Izlesene video. |
Availability | Coming Soon; Available on Dev Channel |
Required Script | <script async custom-element="amp-izlesene" src="https://cdn.ampproject.org/v0/amp-izlesene-0.1.js"></script> |
Supported Layouts | fill, fixed, fixed-height, flex-item, responsive |
With responsive layout the width and height from the example should yield correct layouts for 16:9 aspect ratio videos:
<amp-izlesene
data-videoid="7221390"
layout="responsive"
width="480" height="270"></amp-izlesene>
data-videoid (required)
The ID of the Izlesene video, which can be found in the Izlesene video page URL. For example, in https://www.izlesene.com/video/yayin-yok/7221390, the video ID is 7221390
.
data-param-showrel (optional)
This is an optional attribute that indicates whether to show related content. This functionality is not available for iOS devices.
- Accepted values:
1
or0
- Default value:
1
data-param-showreplay (optional)
This is an optional attribute that indicates whether to show the replay button at the end of the content.
- Accepted values:
1
or0
- Default value:
1
common attributes
This element includes common attributes extended to AMP components.
See amp-izlesene rules in the AMP validator specification.