]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/video/abstract-video-list.ts
Increase thumbnails size
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / video / abstract-video-list.ts
index d74384293c0219112600a24e844cecc42fb829ef..2cd5bc3937b964675c301b54c79365a8282580ed 100644 (file)
@@ -39,11 +39,10 @@ export abstract class AbstractVideoList implements OnInit, OnDestroy {
   ownerDisplayType: OwnerDisplayType = 'account'
   firstLoadedPage: number
   displayModerationBlock = false
-  trendingDays: number
   titleTooltip: string
 
-  protected baseVideoWidth = 215
-  protected baseVideoHeight = 205
+  protected baseVideoWidth = 238
+  protected baseVideoHeight = 225
 
   protected abstract notifier: Notifier
   protected abstract authService: AuthService