Description
I can't work out why, but for some reason, some of my galleries are displaying thumbnails incredibly small instead of at the size I specified. The images in question are larger than the max 200 x 200 px I specified, yet for some reason, the gallery thumbnails are displaying at less than 100 x 100 px. And it's only on some pages and not others.
I thought it might be the table we have floating on the right side, but I tested removing it and the gallery is still tiny. Here is an affected page.
I also am having issues with scaling elsewhere that I wonder if might be related. I have a little wrap box with some text, and I was hoping to place a gallery with a single image in it (since dokuwiki on its own can't downscale an image based on the height), and at normal sizes it looks fine, but when zoomed in or on a mobile device, the thumbnail becomes incredibly tiny, even though it looks like there is plenty of space in the box for it. As this is a test, I don't have a live page with this to link, but the code is like this:
<WRAP half column box round>
===== Placeholder =====
We're not sure what to put here just yet, but the page looks weird if this space isn't filled!
{{gallery> ghost:lulo:appearance.png?1000x1000}}
[[admin:Import Test]]
</WRAP>
And at normal sizes it looks like this
While zoomed in/on mobile it looks like this
Maybe there's something I'm doing wrong, but I'm not sure. If I am, any pointers on how to get this to behave better would be appreciated.