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 187187 video . muted = parseBoolString ( params . get ( 'muted' ) , true ) ;
188188 video . autoplay = parseBoolString ( params . get ( 'autoplay' ) , true ) ;
189189 video . playsInline = parseBoolString ( params . get ( 'playsinline' ) , true ) ;
190+ video . disablepictureinpicture = parseBoolString ( params . get ( 'disablepictureinpicture' ) , false ) ;
190191 defaultControls = video . controls ;
191192} ;
192193
Original file line number Diff line number Diff line change 7878 video . muted = parseBoolString ( params . get ( 'muted' ) , true ) ;
7979 video . autoplay = parseBoolString ( params . get ( 'autoplay' ) , true ) ;
8080 video . playsInline = parseBoolString ( params . get ( 'playsinline' ) , true ) ;
81+ video . disablepictureinpicture = parseBoolString ( params . get ( 'disablepictureinpicture' ) , false ) ;
8182 defaultControls = video . controls ;
8283} ;
8384
You can’t perform that action at this time.
0 commit comments