Skip to content

Commit 08f8d2f

Browse files
committed
fix(VideoLoader): fixing *ngIf breaking inviewport logic
1 parent 228276b commit 08f8d2f

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
@@ -1,5 +1,5 @@
11
<video
2-
*ngIf="src"
2+
*ngIf="video"
33
[src]="src"
44
[class]="videoClass"
55
[poster]="posterImg.supportsSrcSet ? posterImg.srcset.split(' 1x')[0] : posterImg.src"

0 commit comments

Comments
 (0)