This proposes an amp-delight-player component for the Delight’s media player and allows publishers to embed responsive players in their AMP pages.
Example
<amp-delight-player
data-content-id="123abc456def789"
layout="responsive" width="16" height="9">
</amp-delight-player>
The above markup will create:
An iframe with source https://players.delight-vr.com/player/123abc456def789.
A placeholder image with source https://players.delight-vr.com/poster/123abc456def789.
The data-content-id attribute is always required. The user can obtain it from the Delight’s wizard.
More info can be found in our forked repo.