Mecanik / cloudflare-image-resizing-worker

Cloudflare Image Resizing worker for WordPress
Apache License 2.0
39 stars 9 forks source link

Icons gone missing #9

Closed philipp089 closed 1 year ago

philipp089 commented 1 year ago

Hi,

first of all, thank you for your effort and the worker configuration. After copying it and routing it, the icons are gone missing and i really do not know how to fix this.

image

Any help is much appreciated.

Cheers, Philipp

Mecanik commented 1 year ago

Hi,

Most likely the CSS rewrite is breaking it. Please comment out the CSS rewrite part from here: https://github.com/Mecanik/cloudflare-image-resizing-worker/blob/322adcad43725fb72effe40d7131a40d8d626d09/wordpress-worker.js#L424

Thanks

philipp089 commented 1 year ago

Hi,

sorry to ask that but totally new to me, until which line do i comment it out? Line 457? Thanks in advance.

Cheers, Philipp

Mecanik commented 1 year ago

Hi,

sorry to ask that but totally new to me, until which line do i comment it out? Line 457? Thanks in advance.

Cheers, Philipp

From 424 to 458 - the brackets where CSS is rewritten. There is a also a comment...

Mecanik commented 1 year ago

Hi,

In the latest version, a major improvement has been done in rewriting CSS.

Please try it, and if you still have problems open another issue.

Regards