Commit 1d954ad
committed
fix(VideoLoader): autoplay issue in safari on ios and osx
When controls attribute is not specified video autoplay is behaviour becomes flaky. After testing it
appears that this maybe due to the poster property of the video element and how the property is
being set. Setting the poster attribute rather than the property seems to resolve the issue1 parent bc4bacf commit 1d954ad
File tree
1 file changed
+1
-1
lines changed- src/app/video-loader/video-loader
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments