Increase thumbnails size
This commit is contained in:
parent
bbe697cac4
commit
e5fc7811ae
5 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
display: inline-block;
|
||||
padding-right: 15px;
|
||||
margin-bottom: 30px;
|
||||
height: 175px;
|
||||
height: 195px;
|
||||
vertical-align: top;
|
||||
|
||||
.video-miniature-information {
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue