summaryrefslogtreecommitdiff
path: root/intern.gospeladlershof.de
diff options
context:
space:
mode:
authorhorus_arch2017-02-02 16:03:19 +0100
committerhorus_arch2017-02-02 16:03:19 +0100
commit64c82f920d9af9b4a0058439ced095da49e4f911 (patch)
tree6798f3f4b607ea295a43eb332f1ba9fa359c87b3 /intern.gospeladlershof.de
parented7393b2b567efc1bc1dfb44c32162d733f7a15e (diff)
downloadgospeladlershof.de-64c82f920d9af9b4a0058439ced095da49e4f911.tar.gz
Kommafehler + erstes Video multi-size media queries improved sparkle.
Diffstat (limited to 'intern.gospeladlershof.de')
-rw-r--r--intern.gospeladlershof.de/video.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/intern.gospeladlershof.de/video.php b/intern.gospeladlershof.de/video.php
index e2dad4a..2a6e6a7 100644
--- a/intern.gospeladlershof.de/video.php
+++ b/intern.gospeladlershof.de/video.php
@@ -21,7 +21,9 @@ require_once __DIR__ . '/header.php';
<h1>King of Kings</h1>
<div align="center" class="embed-responsive embed-responsive-16by9">
<video controls class="embed-responsive-item" preload="metadata">
- <source src=https://static.gospeladlershof.de/videos/kingofkings.mp4 type=video/mp4>
+ <source src="https://static.gospeladlershof.de/videos/2016/Jesus is my Salvation (320).mp4" type=video/mp4 media="all and (min-width: 320px)">
+ <source src="https://static.gospeladlershof.de/videos/2016/Jesus is my Salvation (400).mp4" type=video/mp4 media="all and (min-width: 480px)">
+ <source src="https://static.gospeladlershof.de/videos/2016/Jesus is my Salvation (720).mp4" type=video/mp4 media="all and (min-width: 720px)">
</video>
</div>
</div> <!-- /.row -->