diff options
author | Florian <stayawake@lavabit.com> | 2013-04-19 21:47:20 +0200 |
---|---|---|
committer | Florian <stayawake@lavabit.com> | 2013-04-19 21:47:20 +0200 |
commit | 6ea20f6a175f169a08d3dcdf42de81a40e1a53fa (patch) | |
tree | c3308fe55813a7daea3504f49f40ba083aa966a1 /template | |
parent | c5c6f51ef4d7a498a9edc62520382ac13618282b (diff) |
fixed wrong youtube sublab fpv link
Diffstat (limited to 'template')
-rw-r--r-- | template/pages/medien/content.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/pages/medien/content.html b/template/pages/medien/content.html index 67ea6d1..b671cfe 100644 --- a/template/pages/medien/content.html +++ b/template/pages/medien/content.html @@ -5,7 +5,7 @@ Auf dieser Seite haben wir Fotos,Videos und Berichte rund um das sublab zusammen <h3> Videos </h3> -<iframe class="youtube" title="YouTube video player" src="http://www.youtube.com/watch?v=IN9hdCee7N0" allowfullscreen></iframe> +<iframe class="youtube" title="YouTube video player" src="http://www.youtube.com/embed/IN9hdCee7N0" allowfullscreen></iframe> <iframe class="youtube" title="YouTube video player" src="http://www.youtube.com/embed/i-8khYBONj8" allowfullscreen></iframe> <iframe class="youtube" title="YouTube video player" src="http://www.youtube.com/embed/kJCsBkwbegw" allowfullscreen></iframe> <iframe class="youtube" title="YouTube video player" src="http://www.youtube.com/embed/e0GnQ4oUSsY" allowfullscreen></iframe> |