Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Commit

Permalink
Disable related videos
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico Verbruggen committed May 26, 2016
1 parent bdcf377 commit c8cbf69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/front/home.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
@elseif ($video_provider == "youtube")
{{-- YOUTUBE --}}
<iframe width="585" height="329" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen
src="https://www.youtube.com/embed/{{ $video_id }}?autoplay=0">
src="https://www.youtube.com/embed/{{ $video_id }}?autoplay=0&rel=0">
</iframe>
@endif
</div>
Expand Down

0 comments on commit c8cbf69

Please sign in to comment.