chore: update YouTube embed code
* Only show related videos from the same channel. * Disable video annotations.
This commit is contained in:
parent
dbaca137f7
commit
0a6280ff2d
|
@ -18,7 +18,7 @@
|
||||||
<iframe
|
<iframe
|
||||||
width="678"
|
width="678"
|
||||||
height="408"
|
height="408"
|
||||||
src="{{ videoSrc(video) }}"
|
src="{{ videoSrc(video) }}?rel=0&iv_load_policy=3"
|
||||||
frameborder="0"
|
frameborder="0"
|
||||||
allowfullscreen
|
allowfullscreen
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in a new issue