]>
BookStack Code Mirror - bookstack/commitdiff
projects
/
bookstack
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
896f881
)
Doubled image upload display thumb size
author
Dan Brown
<redacted>
Sun, 19 May 2019 13:52:17 +0000
(14:52 +0100)
committer
Dan Brown
<redacted>
Sun, 19 May 2019 13:52:17 +0000
(14:52 +0100)
Related to #1108
app/Uploads/ImageRepo.php
patch
|
blob
|
history
diff --git
a/app/Uploads/ImageRepo.php
b/app/Uploads/ImageRepo.php
index 38dd3066b2c5a7b0deb835aa8e9e7a0444e0a9ab..da0b7d379eddd2fb4a227dd071af248c2ba44d07 100644
(file)
--- a/
app/Uploads/ImageRepo.php
+++ b/
app/Uploads/ImageRepo.php
@@
-230,7
+230,7
@@
class ImageRepo
{
$image->thumbs = [
'gallery' => $this->getThumbnail($image, 150, 150, false),
- 'display' => $this->getThumbnail($image,
84
0, null, true)
+ 'display' => $this->getThumbnail($image,
168
0, null, true)
];
}
hide
Morty Proxy
This is a
proxified and sanitized
view of the page, visit
original site
.