]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/initializers/constants.ts
Tests that show the bug.
[github/Chocobozzz/PeerTube.git] / server / initializers / constants.ts
index 1deabec87cd147da89013768e960d54cc7a04a80..1802257df1ee6af1fad19d472b477ff25d47ac2c 100644 (file)
@@ -24,7 +24,7 @@ import { CONFIG, registerConfigChangedHandler } from './config'
 
 // ---------------------------------------------------------------------------
 
-const LAST_MIGRATION_VERSION = 630
+const LAST_MIGRATION_VERSION = 635
 
 // ---------------------------------------------------------------------------
 
@@ -614,7 +614,7 @@ const ACTOR_IMAGES_SIZE = {
   },
   BANNERS: {
     width: 1920,
-    height: 384
+    height: 317 // 6/1 ratio
   }
 }