Example of Image resize with worker doesn't function

I have been trying to make the image resizer example work from this page:

I literally copied the example into a script called image_resizer2 and deployed it to https://image_resizer2.hikes-me.workers.dev.

However, the resizer doesn’t seem to do anything. For example, with this URL:

https://image_resizer2.hikes-me.workers.dev/?image=https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png&width=30&fit=scale-down

it just returns the original image instead on my pc with the latest Chrome. What am I doing wrong?

It seems that Image resizing requires the Business Plan.

Was not clear to me this also holds for Worker requests, but thanks!

It’s mentioned at “Getting started” section here:

Maybe Cloudflare can make this more clear, maybe a static banner at the top?