mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-01-23 21:44:55 +03:00
fix: replace webm with mp4 file. cause high cpu usage sometimes
This commit is contained in:
parent
4015af1648
commit
1c7c64a5a2
@ -106,7 +106,7 @@ export function GallerySlider({ gameDetails }: GallerySliderProps) {
|
||||
loop
|
||||
muted
|
||||
>
|
||||
<source src={video.webm.max.replace("http", "https")} />
|
||||
<source src={video.mp4.max.replace("http", "https")} />
|
||||
</video>
|
||||
))}
|
||||
{gameDetails.screenshots &&
|
||||
|
Loading…
Reference in New Issue
Block a user