Skip to content
This repository was archived by the owner on Mar 26, 2022. It is now read-only.

Commit 1fe8391

Browse files
committed
Comments the play
1 parent 45e99ec commit 1fe8391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/picomedia/picomedia.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export class PicomediaComponent implements AfterViewInit {
5353
// Play the video
5454
// TODO: Need to think of a solution from Chrome autoplay policy,
5555
// as video wont play without interaction
56-
this.videoElement.play();
56+
// this.videoElement.play();
5757

5858
// Listen to our pause event from cart.js
5959
(<any>window).addEventListener('picoDeployPause', () => {

0 commit comments

Comments
 (0)