Youtube video?

strangely, I can not place youtube video. If in the box “embed code” e.g.:

iframe class=“embed-responsive-item” src=“Das Fotoalbum als Familienbuch - YouTube” frameborder=“0” webkitallowfullscreen=“” mozallowfullscreen=“” allowfullscreen=“”></iframe

Chrome shows nothing. What am I doing wrong?

Hi @akula

Your embed code seems wrong.
Try this instead.
I took the embed code from the video at YouTube.

<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/1qgfOt8QAZ4" frameborder="0" webkitallowfullscreen="" mozallowfullscreen="" allowfullscreen=""></iframe>

So you know, The first embed code you get from YT also contains (width=“560” height=“315”) but that gets removed by Blocs since it’s not needed.

Cheers / Johny

Thank you, Johny, it works!

1 Like