Hi there,
You should leave the URLs field as is to: https://res.cloudinary.com . More info here: https://github.com/junaidbhura/auto-cloudinary/wiki/Setup
Is the box “Automatically use Cloudinary for all images” checked? If so, this plugin will try to change all URLs that match your website’s URL to the Cloudinary URL.
Hi
Thank you for your reply.
The images are now served from cloudinary
I have a different issue now.
For the store catalog images, the URL is requesting a transformation that is not valid.
For example:
https://res.cloudinary.com/<cloudname>/w_300,h_0,c_fill/<map folder>/sample.jpg
The h_0 is not recognized by cloudinary therefore, the image is not rendered properly. If I deactivate the “Auto Cloudinary” then the images are rendered as they should. Is there anything that can be done for the URL to request the transformation w_300,c_fill without the h_0
thank you!
Thanks for bringing this up. All development for this plugin happens on Github. I’ve created an issue there. You can keep a track of this issue here:
https://github.com/junaidbhura/auto-cloudinary/issues/1
I’ll take a look at it soon and release an update to the plugin.
thanks!
Is there something I can hard-code for the time being to render the images successfully until the plugin update?
I’ll have to take a look at the code, I wouldn’t recommend hard-coding any changes at the moment. I’ll try to get the update out over the next couple of days.
I’ve released an update which fixes the issue!