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