Try make Safari show video preview

pull/493/head
Lim Chee Aun 2024-04-11 18:24:51 +08:00
rodzic 0efa39b825
commit c3bcf3d595
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -530,7 +530,7 @@ function Media({
/>
) : (
<video
src={url}
src={url + '#t=0.1'} // Make Safari show 1st-frame preview
width={width}
height={height}
data-orientation={orientation}