Skip to content

Commit

Permalink
[B] Don't show related videos in youtube player
Browse files Browse the repository at this point in the history
[Fixes #253]
  • Loading branch information
SMaxOwok authored and zdavis committed Apr 21, 2017
1 parent a53f37a commit 2a08d95
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -45,7 +45,7 @@ export default class ResourceSlideFigureVideo extends Component {
if (service === 'youtube') {
output = (
<iframe id="ytplayer" type="text/html"
src={`https://www.youtube.com/embed/${id}`}
src={`https://www.youtube.com/embed/${id}?rel=0`}
frameBorder="0"
allowFullScreen
>
Expand Down

0 comments on commit 2a08d95

Please sign in to comment.