瀏覽代碼

Fix profile banner url

Carsten Porth 6 年之前
父節點
當前提交
07de411cd5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/src/components/profile-header/profile-header.ts

+ 1 - 1
app/src/components/profile-header/profile-header.ts

@@ -19,7 +19,7 @@ export class ProfileHeaderComponent {
 
   get banner() {
     if (this.user.profile_banner_url) {
-      return this.user.profile_banner_url;
+      return this.user.profile_banner_url + "/1500x500";
     } else {
       return this.user.profile_background_image_url_https;
     }