Fixes alignment problems in some videos #434

Closed
hackrush01 wants to merge 1 commit from video-fix into master
2 changed files with 1 additions and 2 deletions

View file

@ -16,7 +16,7 @@ Web UI version numbers should always match the corresponding version of LBRY App
*
### Fixed
*
* Fixed the alignment of video, if it is 4:3 or vertical
*
### Deprecated

View file

@ -20,7 +20,6 @@ video {
position: relative;
video {
height: 100%;
position: absolute;
left: 0;
top: 0;
}