summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhorus_arch2017-02-02 16:19:23 +0100
committerhorus_arch2017-02-02 16:19:23 +0100
commit2c84db51e81f38f43505baff55d80d8c94dc57a2 (patch)
treee9e056523725a2d4507ec70c25c87cc1d51004dc
parentf37a2861ebb11ac7332557c0abf3ef707315548d (diff)
downloadgospeladlershof.de-2c84db51e81f38f43505baff55d80d8c94dc57a2.tar.gz
Bugfix in der Media Query. #2
-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)">