eexit / ghost-storage-cloudinary

:rocket: A fully-featured and deeply tested Cloudinary Ghost storage adapter

Home Page:https://ghost.org/integrations/cloudinary/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trying to serve images as webp

arbnorpuka opened this issue · comments

Hello,

I tried to change the config.production.json, but adding the fetch format as .webp didn't work. Is there any workaround to this?
Thanks in advance!

"ghost-storage-cloudinary": { "useDatedFolder": false, "auth": { "cloud_name": "...", "api_key": "...", "api_secret": "..." }, "upload": { "use_filename": true, "unique_filename": false, "overwrite": false, "folder": "blog-images", "tags": [ "blog" ] }, "fetch": { "quality": "auto", "secure": true, "cdn_subdomain": true, "format": "webp" }, "plugins": {} }