fix: replace 2k with twok for video
This commit is contained in:
parent
1d6a335085
commit
43827fa1c7
|
|
@ -66,7 +66,7 @@ function getSource({
|
||||||
<source
|
<source
|
||||||
key={`twok-${type}`}
|
key={`twok-${type}`}
|
||||||
media="(max-width: 2560px)"
|
media="(max-width: 2560px)"
|
||||||
src={src.replace('.mp4', `_2k.${type}`)}
|
src={src.replace('.mp4', `_twok.${type}`)}
|
||||||
type={sourceType}
|
type={sourceType}
|
||||||
/>,
|
/>,
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue