diff options
| author | horus_arch | 2017-02-02 16:08:53 +0100 |
|---|---|---|
| committer | horus_arch | 2017-02-02 16:08:53 +0100 |
| commit | 6679c467d8eef0917a258f39c603b3f0b126de15 (patch) | |
| tree | 746e7bb44ce80e0c00008dab086ae2aa8a454f3c /intern.gospeladlershof.de | |
| parent | 64c82f920d9af9b4a0058439ced095da49e4f911 (diff) | |
| download | gospeladlershof.de-6679c467d8eef0917a258f39c603b3f0b126de15.tar.gz | |
New format integrated bitch colorfoul videos switcher change.
Diffstat (limited to 'intern.gospeladlershof.de')
| -rw-r--r-- | intern.gospeladlershof.de/video.php | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/intern.gospeladlershof.de/video.php b/intern.gospeladlershof.de/video.php index 2a6e6a7..613383a 100644 --- a/intern.gospeladlershof.de/video.php +++ b/intern.gospeladlershof.de/video.php @@ -21,9 +21,12 @@ 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/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)"> + <source src="https://static.gospeladlershof.de/videos/2016/King of Kings (320).mp4" type=video/mp4 media="all and (min-width: 320px)"> + <source src="https://static.gospeladlershof.de/videos/2016/King of Kings (400).mp4" type=video/mp4 media="all 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="all and (min-width: 320px)"> + <source src="https://static.gospeladlershof.de/videos/2016/King of Kings (400).webm" type=video/webm media="all and (min-width: 480px)"> + <source src="https://static.gospeladlershof.de/videos/2016/King of Kings (720).webm" type=video/webm media="all and (min-width: 720px)"> </video> </div> </div> <!-- /.row --> @@ -31,7 +34,12 @@ require_once __DIR__ . '/header.php'; <h1>Jesus is my Salvation</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/jesusismysalvation.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)"> + <source src="https://static.gospeladlershof.de/videos/2016/Jesus is my Salvation (320).webm" type=video/webm media="all and (min-width: 320px)"> + <source src="https://static.gospeladlershof.de/videos/2016/Jesus is my Salvation (400).webm" type=video/webm media="all and (min-width: 480px)"> + <source src="https://static.gospeladlershof.de/videos/2016/Jesus is my Salvation (720).webm" type=video/webm media="all and (min-width: 720px)"> </video> </div> </div> <!-- /.row --> @@ -39,7 +47,12 @@ require_once __DIR__ . '/header.php'; <h1>Jesus on the Mainline</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/jesusonthemainline.mp4 type=video/mp4> + <source src="https://static.gospeladlershof.de/videos/2016/Jesus on the Mainline (320).mp4" type=video/mp4 media="all and (min-width: 320px)"> + <source src="https://static.gospeladlershof.de/videos/2016/Jesus on the Mainline (400).mp4" type=video/mp4 media="all and (min-width: 480px)"> + <source src="https://static.gospeladlershof.de/videos/2016/Jesus on the Mainline (720).mp4" type=video/mp4 media="all and (min-width: 720px)"> + <source src="https://static.gospeladlershof.de/videos/2016/Jesus on the Mainline (320).webm" type=video/webm media="all and (min-width: 320px)"> + <source src="https://static.gospeladlershof.de/videos/2016/Jesus on the Mainline (400).webm" type=video/webm media="all and (min-width: 480px)"> + <source src="https://static.gospeladlershof.de/videos/2016/Jesus on the Mainline (720).webm" type=video/webm media="all and (min-width: 720px)"> </video> </div> </div> <!-- /.row --> |
