mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-27 17:54:39 +03:00
Update YouTube embed [ci skip]
This commit is contained in:
parent
7f0f674a1b
commit
3259faad42
|
@ -13,7 +13,7 @@ const YouTube = ({ id, ratio = '16x9', className }) => {
|
||||||
[classes.ratio16x9]: ratio === '16x9',
|
[classes.ratio16x9]: ratio === '16x9',
|
||||||
[classes.ratio4x3]: ratio === '4x3',
|
[classes.ratio4x3]: ratio === '4x3',
|
||||||
})
|
})
|
||||||
const url = `https://www.youtube.com/embed/${id}`
|
const url = `https://www.youtube-nocookie.com/embed/${id}`
|
||||||
return (
|
return (
|
||||||
<figure className={embedClassNames}>
|
<figure className={embedClassNames}>
|
||||||
<iframe
|
<iframe
|
||||||
|
|
Loading…
Reference in New Issue
Block a user