mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 12:18:04 +03:00
Update YouTube embed [ci skip]
This commit is contained in:
parent
f247545123
commit
b01ca625ea
|
@ -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