File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/ToolboxBundle/Resources/public/js/frontend/plugins Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ Just click the "update" button or execute the migration command to finish the bu
88
99#### Update from Version 3.1.x to Version 3.2.0
1010- ** [ NEW FEATURE] ** : Pimcore 6.4.0 and Pimcore 6.5.0 ready
11+ - ** [ BUG FIX] ** : Video Autoplay Fix (https://github.com/dachcom-digital/pimcore-toolbox/issues/129 )
1112
1213#### Update from Version 3.x to Version 3.1.0
1314- ** [ NEW FEATURE] ** : Pimcore 6.3.0 ready
Original file line number Diff line number Diff line change 282282 } ;
283283
284284 if ( ! _ . hasPoster ) {
285- initPlayer ( _ . $player . get ( 0 ) ) ;
285+ initPlayer ( _ . $player . get ( 0 ) , _ . autoPlay ) ;
286286 } else {
287287 _ . $element . one ( 'click' , function ( ev ) {
288288 ev . preventDefault ( ) ;
378378 } ;
379379
380380 if ( ! _ . hasPoster ) {
381- initPlayer ( _ . $player . get ( 0 ) ) ;
381+ initPlayer ( _ . $player . get ( 0 ) , _ . autoPlay ) ;
382382 } else {
383383 _ . $element . one ( 'click' , function ( ev ) {
384384 ev . preventDefault ( ) ;
You can’t perform that action at this time.
0 commit comments