Skip to content

Commit

Permalink
Update docs for dock support (#39643)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristisilav authored Dec 4, 2023
1 parent 2119206 commit e3ef925
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
10 changes: 9 additions & 1 deletion examples/connatix-player.amp.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
padding: 12px;
}
</style>
<script async custom-element="amp-video-docking" src="https://cdn.ampproject.org/v0/amp-video-docking-0.1.js"></script>
<script async custom-element="amp-connatix-player" src="https://cdn.ampproject.org/v0/amp-connatix-player-0.1.js"></script>
<script async src="https://cdn.ampproject.org/v0.js"></script>
</head>
Expand Down Expand Up @@ -39,6 +40,13 @@ <h3>Connatix Player Responsive - With Media Id</h3>
width="480"
height="270">
</amp-connatix-player>

<h3>Connatix Player With Docking</h3>
<amp-connatix-player
dock
data-player-id="f721b0d8-7a79-42b6-b637-fa4e86138ed9"
layout="fixed"
width="640"
height="360">
</amp-connatix-player>
</body>
</html>
1 change: 1 addition & 0 deletions extensions/amp-video-docking/amp-video-docking.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Currently, the supported players are:

- [`amp-brid-player`](https://amp.dev/documentation/components/amp-brid-player)
- [`amp-brightcove`](https://amp.dev/documentation/components/amp-brightcove)
- [`amp-connatix-player`](https://amp.dev/documentation/components/amp-connatix-player)
- [`amp-dailymotion`](https://amp.dev/documentation/components/amp-dailymotion)
- [`amp-delight-player`](https://github.com/ampproject/amphtml/blob/main/extensions/amp-delight-player/amp-delight-player.md)
- [`amp-ima-video`](https://amp.dev/documentation/components/amp-ima-video)
Expand Down

0 comments on commit e3ef925

Please sign in to comment.