2
0
mirror of https://github.com/thumbsup/thumbsup synced 2024-11-17 15:25:50 +00:00
thumbsup/themes/base/viewer.css
Romain 03a9c9a319 refactor: themes are now standalone folders, to prepare for external loading
Every theme is made of { Handlebars + Less + Partials + Helpers + Public }
2018-06-01 23:49:53 +02:00

29 lines
506 B
CSS

/*
---------------------------------------------------
Fixes to the Lightgallery photo and video viewer
This is shared by all templates
---------------------------------------------------
*/
#lg-gallery .lg-slide .object {
transition-duration: 0.3s;
}
#lg-gallery .video {
height: 100%;
left: 0;
padding-bottom: 100px;
position: absolute;
top: 0;
width: 100%;
}
#lg-gallery video {
max-width: 100%;
}
/* always display captions above the thumbnails */
.lg-sub-html {
bottom: 100px;
}