Skip to content

Commit

Permalink
chore: add playsinline to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
gkatsev committed May 31, 2022
1 parent 6708749 commit b2e2abe
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/advanced.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ <h1>Media Chrome Advanced Video Usage Example</h1>
preload="none"
muted
crossorigin
playsinline
>
<track
label="thumbnails"
Expand Down
1 change: 1 addition & 0 deletions examples/basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ <h1>Media Chrome Basic Audio and Video Usage Example</h1>

<media-controller>
<video
playsinline
slot="media"
src="https://stream.mux.com/DS00Spx1CV902MCtPj5WknGlR102V5HFkDe/high.mp4"
></video>
Expand Down
1 change: 1 addition & 0 deletions examples/mobile.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ <h1>Media Chrome Standard Mobile Video Usage Example</h1>
preload="none"
muted
crossorigin
playsinline
>
<track
label="thumbnails"
Expand Down
1 change: 1 addition & 0 deletions examples/slots-demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ <h1>Understanding <code>&lt;media-controller/&gt;</code> slots</h1>
muted
preload="none"
crossorigin
playsinline
></video>
<div
slot="poster"
Expand Down
1 change: 1 addition & 0 deletions examples/standalone-controls.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ <h1>Standalone Controls Example</h1>

<media-controller id="controller">
<video
playsinline
slot="media"
src="https://stream.mux.com/DS00Spx1CV902MCtPj5WknGlR102V5HFkDe/high.mp4"
>
Expand Down
1 change: 1 addition & 0 deletions examples/state-change-events-demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ <h1>Media Chrome Advanced Video Usage Example</h1>
preload="none"
muted
crossorigin
playsinline
>
<track
label="thumbnails"
Expand Down
1 change: 1 addition & 0 deletions examples/vertical.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ <h1>Media Chrome Vertical Video Usage Example</h1>
preload="none"
muted
crossorigin
playsinline
>
<track
label="thumbnails"
Expand Down

1 comment on commit b2e2abe

@vercel
Copy link

@vercel vercel bot commented on b2e2abe May 31, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.