mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +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.ratio4x3]: ratio === '4x3',
|
||||
})
|
||||
const url = `https://www.youtube.com/embed/${id}`
|
||||
const url = `https://www.youtube-nocookie.com/embed/${id}`
|
||||
return (
|
||||
<figure className={embedClassNames}>
|
||||
<iframe
|
||||
|
|
Loading…
Reference in New Issue
Block a user