summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--intern.gospeladlershof.de/video.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/intern.gospeladlershof.de/video.php b/intern.gospeladlershof.de/video.php
index 25bd543..d8b36fa 100644
--- a/intern.gospeladlershof.de/video.php
+++ b/intern.gospeladlershof.de/video.php
@@ -21,8 +21,8 @@ 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/2016/King of Kings (320).mp4" type=video/mp4 media="(min-width: 320px)">
- <source src="https://static.gospeladlershof.de/videos/2016/King of Kings (480).mp4" type=video/mp4 media="(min-width: 480px)">
+ <source src="https://static.gospeladlershof.de/videos/2016/King of Kings (320).mp4" type=video/mp4 media="(max-width: 479px) AND (min-width: 320px)">
+ <source src="https://static.gospeladlershof.de/videos/2016/King of Kings (480).mp4" type=video/mp4 media="(max-width: 480px) AND (min-width: 480px)">
<source src="https://static.gospeladlershof.de/videos/2016/King of Kings (720).mp4" type=video/mp4 media="all and (min-width: 720px)">
<source src="https://static.gospeladlershof.de/videos/2016/King of Kings (320).webm" type=video/webm media="(min-width: 320px)">
<source src="https://static.gospeladlershof.de/videos/2016/King of Kings (480).webm" type=video/webm media="(min-width: 480px)">