1
0
Fork 0

Increase thumbnails size

This commit is contained in:
Chocobozzz 2019-02-20 13:59:31 +01:00
parent bbe697cac4
commit e5fc7811ae
No known key found for this signature in database
GPG key ID: 583A612D890159BE
5 changed files with 8 additions and 8 deletions

View file

@ -41,8 +41,8 @@ export abstract class AbstractVideoList implements OnInit, OnDestroy {
displayModerationBlock = false
titleTooltip: string
protected baseVideoWidth = 215
protected baseVideoHeight = 205
protected baseVideoWidth = 238
protected baseVideoHeight = 225
protected abstract notifier: Notifier
protected abstract authService: AuthService

View file

@ -5,7 +5,7 @@
display: inline-block;
padding-right: 15px;
margin-bottom: 30px;
height: 175px;
height: 195px;
vertical-align: top;
.video-miniature-information {

View file

@ -4,7 +4,7 @@
.video-thumbnail {
display: inline-block;
position: relative;
border-radius: 4px;
border-radius: 3px;
overflow: hidden;
width: $video-thumbnail-width;
height: $video-thumbnail-height;

View file

@ -44,8 +44,8 @@ $footer-margin: 30px;
$footer-border-color: $header-border-color;
$video-thumbnail-height: 110px;
$video-thumbnail-width: 200px;
$video-thumbnail-height: 122px;
$video-thumbnail-width: 223px;
$theater-bottom-space: 115px;

View file

@ -610,8 +610,8 @@ let STATIC_MAX_AGE = '2h'
// Videos thumbnail size
const THUMBNAILS_SIZE = {
width: 200,
height: 110
width: 223,
height: 112
}
const PREVIEWS_SIZE = {
width: 560,