]> BookStack Code Mirror - bookstack/blobdiff - app/Uploads/ImageRepo.php
Add the "Create Shelf" resp. "Create Book" to the home view
[bookstack] / 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)
         ];
     }