view Applications/StoneWebViewer/Resources/Styles/_video.scss @ 2075:d84bdcbd8bf1

allow negative values in Grid Frame Offset Vector (3004, 000c)
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 11 Jul 2023 13:20:20 +0200
parents d1806b4e4839
children
line wrap: on
line source

.wvVideo {
    // Align component vertically & horizontally
    position: absolute;
    top:50%;
    left:0;
    width: 100%;
    height: auto;
    transform: translateY(-50%);
}