Doubled image upload display thumb size

Related to #1108
This commit is contained in:
Dan Brown 2019-05-19 14:52:17 +01:00
parent 896f88174a
commit 0a0ceb382e
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View 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)
];
}