Fix youtube player x-overflow (#426)
Co-authored-by: ekzyis <ek@stacker.news>
This commit is contained in:
parent
052bf4803c
commit
427fc9aeec
|
@ -86,7 +86,7 @@ function ItemEmbed ({ item }) {
|
||||||
return (
|
return (
|
||||||
<div style={{ maxWidth: '640px', paddingRight: '15px' }}>
|
<div style={{ maxWidth: '640px', paddingRight: '15px' }}>
|
||||||
<YouTube
|
<YouTube
|
||||||
videoId={youtube.groups.id} containerClassName={styles.youtubeContainer} opts={{
|
videoId={youtube.groups.id} className={styles.youtubeContainer} opts={{
|
||||||
playerVars: {
|
playerVars: {
|
||||||
start: youtube?.groups?.start
|
start: youtube?.groups?.start
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue