mirror of
https://github.com/thumbsup/thumbsup
synced 2024-11-17 15:25:50 +00:00
03a9c9a319
Every theme is made of { Handlebars + Less + Partials + Helpers + Public }
29 lines
506 B
CSS
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;
|
|
}
|