mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-03-31 04:08:58 +08:00
parent
896f88174a
commit
0a0ceb382e
@ -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)
|
||||
];
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user