gotson / komga

Media server for comics/mangas/BDs/magazines/eBooks with API, OPDS and Kobo Sync support
https://komga.org
MIT License
3.97k stars 235 forks source link

Collection covers are small #1288

Closed kanjieater closed 11 months ago

kanjieater commented 11 months ago

Steps to reproduce

I'm unclear on what's causing it but I can see it on the Collections page

Expected behavior

image

Actual behavior

The images aren't taking up the full space. They are served this way from the server. image

Logs

Happy to provide logs, but I'm not sure which part is useful or which parts to post. Do you just want my full latest log file?

Komga version

1.7.1

Operating system

Win 11

Installation method

jar

Other details

No response

Acknowledgements

gotson commented 11 months ago

Check the size of the thumbnails composing the mosaic. You can see the sizes in the book/series edit dialog, poster tab.

What's you configured thumbnail size?

Komga will not upscale images, and will use the configured thumbnail size to generate mosaics.

So if you have configured the thumbnail size at 1200, and you have a series thumbnail that is 300px wide, it could be smaller than the required 600px wide image to be placed in 1 corner.

kanjieater commented 11 months ago

It would be nice to address this if we could make them all flush regardless of the thumbnail size but I realize then you might have to force small images to be too big or big images to be smaller. I'll close this non-bug for now that I get what's going on, thanks for the explanation.