Try make Safari show video preview
This commit is contained in:
parent
0efa39b825
commit
c3bcf3d595
|
@ -530,7 +530,7 @@ function Media({
|
||||||
/>
|
/>
|
||||||
) : (
|
) : (
|
||||||
<video
|
<video
|
||||||
src={url}
|
src={url + '#t=0.1'} // Make Safari show 1st-frame preview
|
||||||
width={width}
|
width={width}
|
||||||
height={height}
|
height={height}
|
||||||
data-orientation={orientation}
|
data-orientation={orientation}
|
||||||
|
|
Loading…
Reference in a new issue