Skip to content

Commit

Permalink
Add missing playsinline attribute for proper operation on iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit74 committed Nov 1, 2024
1 parent 95ad5bc commit 47162b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Filter-out non-public videos and properly cleanup unsuccessful videos (#362)
- Use proper ZIM metadata key for `Scraper` and `Tags` (#369)
- Add missing `playsinline` attribute for Video.JS on iOS (#368)

## [3.2.0] - 2024-10-11

Expand Down
1 change: 1 addition & 0 deletions zimui/src/components/video/VideoPlayer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ onBeforeUnmount(() => {
:preload="props.options.preload"
:autoplay="props.options.autoplay"
:poster="props.options.poster"
playsinline
>
<source
v-for="(source, idx) in props.options.sources"
Expand Down

0 comments on commit 47162b3

Please sign in to comment.