]> 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 b0633be4abfc85dc570205ba103c5284e45f34b9..2cd5bc3937b964675c301b54c79365a8282580ed 100644 (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