view Applications/StoneWebViewer/Resources/Styles/_video.scss @ 2171:8e3c403cc643

Improved support of the (0028,9132) tag for Philips multiframe images
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 22 Oct 2024 15:40:40 +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%);
}