Skip to content

Commit

Permalink
remove video fullscreen pre-release, will need to update plyr #259
Browse files Browse the repository at this point in the history
  • Loading branch information
UcDust committed Dec 10, 2024
1 parent 5836a75 commit 29f524f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,10 @@ export default class AppVideoViewer extends Mixin(LitElement)

this.plyr = new plyr(videoEle, {
hideControls: this.hideControls,
fullscreen : { enabled: true, fallback: true, iosNative: true },
fullscreen : { enabled: false }, // fallback: true, iosNative: true },
captions: {update: false},
// keyboard: {global: true},
controls : ['play-large', 'play', 'progress', 'current-time', 'mute', 'volume', 'fullscreen'],
controls : ['play-large', 'play', 'progress', 'current-time', 'mute', 'volume'] //, 'fullscreen'],
});

// Construct a Player to wrap around the <video> tag.
Expand Down

0 comments on commit 29f524f

Please sign in to comment.