view Applications/StoneWebViewer/Resources/Styles/_video.scss @ 1859:58681a5c727b

overlay: display ContentDate/ContentTime instead of StudyDate if available + new 'TimeFormat' option
author Alain Mazy <am@osimis.io>
date Mon, 20 Sep 2021 17:08:23 +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%);
}