Anyone else seeing issues with the fill parameter on new or uncached images?

Just wondering if anyone else is running into this—starting yesterday, it looks like the fill parameter isn’t working properly for images that aren’t already cached.

On our site, we use fit=fill along with a white background (bg=FFFFFF) to ensure user-uploaded logos display as uniform squares. Until recently, that’s been working fine. But I noticed yesterday that when a new image is uploaded, the fill doesn’t get applied.

To rule out something on our end, I tested with an example straight from Gumlet’s docs:

:white_check_mark: Cached version (works):


?mode=fill&fill=solid&width=500&height=500&fill-color=c0c0c0&format=auto

:cross_mark: Changing just the size to 400x400 (uncached) breaks it:


?mode=fill&fill=solid&width=400&height=400&fill-color=c0c0c0&format=auto

@Paul_Petrunia, thanks for reporting the issue.

Our technical team is checking the issue for you. Allow us some time.

Hi @Paul_Petrunia, it’s fixed.

Try it out and let us know if there are any issues. You might face cache if you try the same path, maybe try different, or pass &v=1 and it will show the latest version.

1 Like