Skip to content

Commit ada3603

Browse files
authored
Merge branch 'master' into fix/on-changes
2 parents 9682008 + 07fd2a8 commit ada3603

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)