amp-reach-player
Introduction
Use the amp-reach-player
component to embed videos hosted on Beachfront Reach in your AMP HTML pages.
Setup
Import the amp-reach-player
component in the header.
<script async custom-element="amp-reach-player" src="https://cdn.ampproject.org/v0/amp-reach-player-0.1.js"></script>
Basic usage
Embed videos hosted on Beachfront Reach via the data-embed-id
attribute. We recommend using the responsive layout for videos.
<amp-reach-player data-embed-id="default" layout="responsive" width="560" height="315">
</amp-reach-player>
さらに説明が必要ですか?
このページの説明でご質問のすべてを解消できない場合は、あなたの実際の使用事例について他の AMP ユーザーに問い合わせて話し合ってください。
Stack Overflow にアクセスする 説明されていない機能ですか?AMP プロジェクトでは皆さんの参加と貢献を強くお勧めしています!当社はオープンソースコミュニティに継続的にご参加いただくことを希望しますが、特に熱心に取り組んでいる問題があれば1回限りの貢献でも歓迎します。
GitHub でサンプルを編集する-
Written by @jmadler