summaryrefslogtreecommitdiff
path: root/intern.gospeladlershof.de/video.php
diff options
context:
space:
mode:
Diffstat (limited to 'intern.gospeladlershof.de/video.php')
-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 -->