mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
thumbnail size is 320 * 320
This commit is contained in:
parent
7420d20045
commit
d231907945
1 changed files with 1 additions and 1 deletions
|
|
@ -346,7 +346,7 @@ export const thumbnailHandler = Sentry.GCPFunction.wrapHttpFunction(
|
|||
if (page.image) {
|
||||
console.log('thumbnail already set')
|
||||
// pre-cache thumbnail first if exists
|
||||
const imageProxyUrl = createImageProxyUrl(page.image)
|
||||
const imageProxyUrl = createImageProxyUrl(page.image, 320, 320)
|
||||
await fetchImage(imageProxyUrl)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue