diff --git a/CHANGELOG.md b/CHANGELOG.md index 64aac4c2..af08494a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/zimui/src/components/video/VideoPlayer.vue b/zimui/src/components/video/VideoPlayer.vue index ae59da5c..5e49ed91 100644 --- a/zimui/src/components/video/VideoPlayer.vue +++ b/zimui/src/components/video/VideoPlayer.vue @@ -77,6 +77,7 @@ onBeforeUnmount(() => { :preload="props.options.preload" :autoplay="props.options.autoplay" :poster="props.options.poster" + playsinline >