Skip to content

Commit 07fd2a8

Browse files
authored
Merge pull request #13 from thisissoon/fix/autoplay-safari
fix(VideoLoader): autoplay issue in safari on ios and osx
2 parents bc4bacf + 1d954ad commit 07fd2a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/video-loader/video-loader/video-loader.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*ngIf="video"
33
[src]="src"
44
[class]="videoClass"
5-
[poster]="poster"
5+
[attr.poster]="poster"
66
[autoplay]="autoplay"
77
[loop]="loop"
88
[muted]="muted"

0 commit comments

Comments
 (0)