mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-11 22:06:17 +00:00
fix: replace webm with mp4 file. cause high cpu usage sometimes
This commit is contained in:
@@ -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 &&
|
||||
|
||||
Reference in New Issue
Block a user