aboutsummaryrefslogtreecommitdiff
path: root/assets/css
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2020-08-12 00:27:13 +0200
committervincent-peugnet <v.peugnet@free.fr>2020-08-12 00:27:13 +0200
commitb6f136a62e36fea3d5eb87b90efcff5e68c9f81c (patch)
tree2e89094ac1898cdc158bfe3b60c6db293324005b /assets/css
parentc18f64265a4521c3cd3f7f52c37461c1beff34b4 (diff)
downloadwcms-b6f136a62e36fea3d5eb87b90efcff5e68c9f81c.tar.gz
wcms-b6f136a62e36fea3d5eb87b90efcff5e68c9f81c.zip
close #124 display video and audio in gallery view
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/home.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/assets/css/home.css b/assets/css/home.css
index f3c93eb..c7e04b8 100644
--- a/assets/css/home.css
+++ b/assets/css/home.css
@@ -488,6 +488,12 @@ main.media table#medialist .thumbnail:hover img {
height: 150px;
}
+
+#gallery .thumbnail video, #gallery .thumbnail audio {
+ width: 100%;
+ height: 100%;
+}
+
#gallery li .thumbnail img {max-width: 100%;max-height: 100%;}