image resizing in cloudflare page
Hi, I wanna migrate the image resizing into the CF Page, so I try to use the universal _worker.js to do the amendation on image calls.
However it seems not working at all; the error response is "Error 9524: image could not be resized (502)".
I asked the CF support, but just got the reply of looking on this page, https://developers.cloudflare.com/images/image-resizing/resize-with-workers/.
Should I bind the CF Page with a zone/domain that enabled the Image Resizing first, or there is no way for CF Page to call this feature??
However it seems not working at all; the error response is "Error 9524: image could not be resized (502)".
I asked the CF support, but just got the reply of looking on this page, https://developers.cloudflare.com/images/image-resizing/resize-with-workers/.
Should I bind the CF Page with a zone/domain that enabled the Image Resizing first, or there is no way for CF Page to call this feature??
worker.js.txt3.91KB
Using Image Resizing with Workers gives you powerful programmatic control over every image request.
