diff options
| author | 0t4u <61939142+0t4u@users.noreply.github.com> | 2022-12-05 21:07:20 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-05 21:07:20 +0000 |
| commit | c01a24c25c589601c2040d3e3f3d0d780a575bcf (patch) | |
| tree | 645be2cefc8cebfafa98def026b9d745a067b1dc /modules/VideoPlayer | |
| parent | 34e7bf9bb0a6922e091c7394891a413b7c48dd6e (diff) | |
fix building
Diffstat (limited to 'modules/VideoPlayer')
| -rw-r--r-- | modules/VideoPlayer/VideoPlayer2.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/VideoPlayer/VideoPlayer2.tsx b/modules/VideoPlayer/VideoPlayer2.tsx index bbc2c68..fe2ffb6 100644 --- a/modules/VideoPlayer/VideoPlayer2.tsx +++ b/modules/VideoPlayer/VideoPlayer2.tsx @@ -340,6 +340,7 @@ const VideoPlayer2 = (props: VideoPlayerProps) => { onClick={handlePlayPause} aria-hidden src={srcPoster} + alt="Poster Image" layout="fill" /> )} |
