Closed mattwmc closed 1 year ago
Hi there check the Image URL parameter.
https://example.com/http://example.com/cdn-cgi/image/width=1080,height=1080,fit=crop,quality=80,format=auto,onerror=redirect,metadata=none/wp-content/uploads/2022/04/11-1-optimized.jpg
so this parameter will not work. Because the written URL will add after the main URL. So, instead add a dot .
in the Site URL field. And boom it will work.
This is because of how your WordPress was installed and configured, has nothing to do with the plugin itself.
The site url is being saved as http instead of https on the options-general.php?page=cf-image-resizing-settings page.
This breaks the images sites using https.
I had to manually change my site url in config.php to https and everything works.