From 23d611e3c334935a464eb88de5f1392ee14ac5c4 Mon Sep 17 00:00:00 2001 From: noxy Date: Thu, 2 Feb 2017 14:12:38 +0000 Subject: [PATCH 1/5] damits auch ohne js geht --- s/style.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/s/style.css b/s/style.css index fa80221..f6e2c18 100644 --- a/s/style.css +++ b/s/style.css @@ -160,6 +160,11 @@ img { width: 888px; } +video#player { + max-width: 100%; + height: 50%; +} + /* Plyr */ .plyr--audio .plyr__controls { padding: 0; @@ -174,7 +179,7 @@ img { .plyr audio, .plyr video { width: 100%; - height: auto; + height: auto!important; vertical-align: middle; border-radius: inherit; } @@ -243,7 +248,8 @@ img { } .plyr--fullscreen-active video { - height: 100%; + height: 100%!important; + max-width: 100%!important; } .plyr--fullscreen-active { From 9c64dd643b554b7a93a6d1882b76931663c64bb0 Mon Sep 17 00:00:00 2001 From: noxy Date: Thu, 2 Feb 2017 14:13:25 +0000 Subject: [PATCH 2/5] Update item.tpl.html --- s/item.tpl.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/s/item.tpl.html b/s/item.tpl.html index 4bf4d41..36870ec 100644 --- a/s/item.tpl.html +++ b/s/item.tpl.html @@ -23,7 +23,7 @@
{% if item == "video" %} - + {% elseif item == "audio" %} {% if thumb != null %}
@@ -56,6 +56,5 @@ - From 666fd583e36312c52b8f5e38b863679c9f042f49 Mon Sep 17 00:00:00 2001 From: noxy Date: Thu, 2 Feb 2017 14:14:24 +0000 Subject: [PATCH 3/5] Update item.tpl.html --- s/item.tpl.html | 1 + 1 file changed, 1 insertion(+) diff --git a/s/item.tpl.html b/s/item.tpl.html index 36870ec..800e9f8 100644 --- a/s/item.tpl.html +++ b/s/item.tpl.html @@ -56,5 +56,6 @@ + From 2b6921c773ad25733405467d9f8bf6e28fa01817 Mon Sep 17 00:00:00 2001 From: noxy Date: Thu, 2 Feb 2017 14:15:40 +0000 Subject: [PATCH 4/5] Update item.tpl.html --- s/item.tpl.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s/item.tpl.html b/s/item.tpl.html index 800e9f8..ae16c09 100644 --- a/s/item.tpl.html +++ b/s/item.tpl.html @@ -56,6 +56,6 @@ - + From bcd49c9f9937dffb6bd36c70faa5390dedf87da7 Mon Sep 17 00:00:00 2001 From: noxy Date: Thu, 2 Feb 2017 14:20:59 +0000 Subject: [PATCH 5/5] Update item.tpl.html --- s/item.tpl.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s/item.tpl.html b/s/item.tpl.html index ae16c09..5762923 100644 --- a/s/item.tpl.html +++ b/s/item.tpl.html @@ -23,7 +23,7 @@
{% if item == "video" %} - + {% elseif item == "audio" %} {% if thumb != null %}