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 displayModerationBlock = false
titleTooltip: string titleTooltip: string
protected baseVideoWidth = 215 protected baseVideoWidth = 238
protected baseVideoHeight = 205 protected baseVideoHeight = 225
protected abstract notifier: Notifier protected abstract notifier: Notifier
protected abstract authService: AuthService protected abstract authService: AuthService

View file

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

View file

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

View file

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

View file

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