Compare commits
1 commit
fc46f7a4cd
...
73140f45b9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
73140f45b9 |
|
|
@ -80,9 +80,9 @@ function getSource({
|
|||
/>,
|
||||
|
||||
<source
|
||||
key={`original-${type}`}
|
||||
key={`full-${type}`}
|
||||
media="(min-width: 3841px)"
|
||||
src={src.replace('.mp4', `_original.${type}`)}
|
||||
src={src.replace('.mp4', `_full.${type}`)}
|
||||
type={sourceType}
|
||||
/>,
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in a new issue