File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 187
187
video . muted = parseBoolString ( params . get ( 'muted' ) , true ) ;
188
188
video . autoplay = parseBoolString ( params . get ( 'autoplay' ) , true ) ;
189
189
video . playsInline = parseBoolString ( params . get ( 'playsinline' ) , true ) ;
190
+ video . disablepictureinpicture = parseBoolString ( params . get ( 'disablepictureinpicture' ) , false ) ;
190
191
defaultControls = video . controls ;
191
192
} ;
192
193
Original file line number Diff line number Diff line change 78
78
video . muted = parseBoolString ( params . get ( 'muted' ) , true ) ;
79
79
video . autoplay = parseBoolString ( params . get ( 'autoplay' ) , true ) ;
80
80
video . playsInline = parseBoolString ( params . get ( 'playsinline' ) , true ) ;
81
+ video . disablepictureinpicture = parseBoolString ( params . get ( 'disablepictureinpicture' ) , false ) ;
81
82
defaultControls = video . controls ;
82
83
} ;
83
84
You can’t perform that action at this time.
0 commit comments