]> BookStack Code Mirror - bookstack/commitdiff
Doubled image upload display thumb size
authorDan Brown <redacted>
Sun, 19 May 2019 13:52:17 +0000 (14:52 +0100)
committerDan Brown <redacted>
Sun, 19 May 2019 13:52:17 +0000 (14:52 +0100)
Related to #1108

app/Uploads/ImageRepo.php

index 38dd3066b2c5a7b0deb835aa8e9e7a0444e0a9ab..da0b7d379eddd2fb4a227dd071af248c2ba44d07 100644 (file)
@@ -230,7 +230,7 @@ class ImageRepo
     {
         $image->thumbs = [
             'gallery' => $this->getThumbnail($image, 150, 150, false),
-            'display' => $this->getThumbnail($image, 840, null, true)
+            'display' => $this->getThumbnail($image, 1680, null, true)
         ];
     }
 
Morty Proxy This is a proxified and sanitized view of the page, visit original site.