Skip to content

Commit

Permalink
Improve changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyomair authored Nov 28, 2024
1 parent dd73e28 commit a48e93d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .changeset/sharp-monkeys-cry.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"@comet/cms-site": minor
---

Play videos on auto play only when visible
Play/pause autoplay videos depending on their visibility

Start videos depending on their visibility in `DamVideoBlock`, `YoutubeVideoBlock` and `VimeoVideoBlock`. Videos that are not in the viewport of the user, pause.
Start videos in `DamVideoBlock`, `YoutubeVideoBlock` and `VimeoVideoBlock` when the block is in or enters the viewport.
Pause them when the block is leaving the viewport.

0 comments on commit a48e93d

Please sign in to comment.