diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2020-08-12 00:27:13 +0200 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2020-08-12 00:27:13 +0200 |
commit | b6f136a62e36fea3d5eb87b90efcff5e68c9f81c (patch) | |
tree | 2e89094ac1898cdc158bfe3b60c6db293324005b /assets/css/home.css | |
parent | c18f64265a4521c3cd3f7f52c37461c1beff34b4 (diff) | |
download | wcms-b6f136a62e36fea3d5eb87b90efcff5e68c9f81c.tar.gz wcms-b6f136a62e36fea3d5eb87b90efcff5e68c9f81c.zip |
close #124 display video and audio in gallery view
Diffstat (limited to 'assets/css/home.css')
-rw-r--r-- | assets/css/home.css | 6 |
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%;} |