Skip to content
Norbert Boros edited this page Sep 22, 2023 · 2 revisions

Welcome to the Cloudflare Image Resizing Worker wiki!

I've included a brief summary here for those who prefer not to delve deep into my full article.

Leveraging the worker to modify images on your site is the ideal solution. This is because it grants us the ability to manipulate the final HTML output from your hosting before it reaches the browser.

So, what's the process? Let's simplify it:

  • A visitor accesses your site, triggering the worker.
  • The worker retrieves content from your hosting.
  • Before delivering it to the user, the worker modifies the final HTML.

This entire process is lightning fast, virtually imperceptible.

Keep in mind, significant time and effort were invested in developing and testing this worker. Your support means a lot.

Clone this wiki locally