Skip to content

Commit

Permalink
Merge pull request #47 from edde746/playsinline
Browse files Browse the repository at this point in the history
Set playsinline
  • Loading branch information
jaruba authored Dec 1, 2023
2 parents ddb7493 + c00d987 commit b3d438f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/HTMLVideo/HTMLVideo.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ function HTMLVideo(options) {
videoElement.style.height = '100%';
videoElement.style.backgroundColor = 'black';
videoElement.controls = false;
videoElement.playsInline = true;
videoElement.onerror = function() {
onVideoError();
};
Expand Down

0 comments on commit b3d438f

Please sign in to comment.