sigal
sigal copied to clipboard
Vertically overflowing video in galleria template
In the galleria template, the display of a vertical video overflows.
This is easily fixed by adding height: 85%
to the #gallery video
CSS style... but I have no idea if this could have side effects.
Maybe with max-height
instead ?
IIRC, I found also video in the landscape format that were a little small... that's why I suggested height
but max-height
would fit for the sample I showed here
Currently #gallery video
has a width: 100%;
so it should fit the galleria container ?
My CSS is a bit rusty, so I'm not sure what's the best way nowadays for adaptive sizes. Any suggestion (and PR ;)) is welcome.
hehe, I never really had impressive CSS skills and they surely are not up to date with the current standards :)