Skip to content

Commit

Permalink
Doubled image upload display thumb size
Browse files Browse the repository at this point in the history
Related to #1108
  • Loading branch information
ssddanbrown committed May 19, 2019
1 parent 896f881 commit 0a0ceb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Uploads/ImageRepo.php
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ protected function loadThumbs(Image $image)
{
$image->thumbs = [
'gallery' => $this->getThumbnail($image, 150, 150, false),
'display' => $this->getThumbnail($image, 840, null, true)
'display' => $this->getThumbnail($image, 1680, null, true)
];
}

Expand Down

0 comments on commit 0a0ceb3

Please sign in to comment.