Try make Safari show video preview

This commit is contained in:
Lim Chee Aun 2024-04-11 18:24:51 +08:00
parent 0efa39b825
commit c3bcf3d595

View file

@ -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}