Fix youtube embed
This commit is contained in:
parent
d0c3a8fb5a
commit
d146b28e16
|
@ -8,7 +8,7 @@
|
||||||
<figure class="media-iframe-parent">
|
<figure class="media-iframe-parent">
|
||||||
<iframe
|
<iframe
|
||||||
class="media-iframe"
|
class="media-iframe"
|
||||||
src="{{ medium.link }}"
|
src="https://www.youtube.com/embed/{{ medium.id }}"
|
||||||
title="YouTube video player"
|
title="YouTube video player"
|
||||||
frameborder="0"
|
frameborder="0"
|
||||||
allow="autoplay; clipboard-write; encrypted-media; picture-in-picture"
|
allow="autoplay; clipboard-write; encrypted-media; picture-in-picture"
|
||||||
|
|
|
@ -28,9 +28,9 @@ Ein Videoprojekt von In-Haus e.V. und der AWO Mittelrhein
|
||||||
|
|
||||||
media:
|
media:
|
||||||
- title: Ayşe Und Levent Seyhan
|
- title: Ayşe Und Levent Seyhan
|
||||||
link: https://www.youtube.com/watch?v=Qr-_B3j99dE
|
id: Qr-_B3j99dE
|
||||||
- title: Vural Çeliker
|
- title: Vural Çeliker
|
||||||
link: https://www.youtube.com/watch?v=WQPZh7RWqtI
|
id: WQPZh7RWqtI
|
||||||
- title: Nejla Ocak
|
- title: Nejla Ocak
|
||||||
link: https://www.youtube.com/watch?v=xUwNO2FwqI8
|
id: xUwNO2FwqI8
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue