mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-22 09:15:33 +03:00
Try make Safari show video preview
This commit is contained in:
parent
0efa39b825
commit
c3bcf3d595
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue