Skip to content

Commit 2de7b9d

Browse files
author
tigerpanzer_02
committed
Fixed youtube player
1 parent 624eac2 commit 2de7b9d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/components/YoutubeEmbed/index.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,13 @@ export default class YoutubeEmbed extends React.Component {
1212
}
1313
render() {
1414
return (
15-
<div class="youtube_player" className={styles.videoContainer}>
15+
<div className={styles.videoContainer}>
1616
<LiteYouTubeEmbed
1717
id={this.props.source}
1818
params={this.props.params}
1919
title={this.props.title}
2020
cookie={false}
2121
adNetwork={false}
22-
referrerPolicy="no-referrer"
2322
lazyLoad={true}
2423
poster="maxresdefault"
2524
webp

0 commit comments

Comments
 (0)