Fix youtube player x-overflow (#426)

Co-authored-by: ekzyis <ek@stacker.news>
This commit is contained in:
ekzyis 2023-08-23 22:29:09 +02:00 committed by GitHub
parent 052bf4803c
commit 427fc9aeec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ function ItemEmbed ({ item }) {
return (
<div style={{ maxWidth: '640px', paddingRight: '15px' }}>
<YouTube
videoId={youtube.groups.id} containerClassName={styles.youtubeContainer} opts={{
videoId={youtube.groups.id} className={styles.youtubeContainer} opts={{
playerVars: {
start: youtube?.groups?.start
}