Skip to content

Commit

Permalink
Optimize images served from Cloudinary (resolves #9)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobwhitelock committed Oct 6, 2019
1 parent aab45ed commit bd1cee6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion _config.yml
Expand Up @@ -21,7 +21,10 @@ baseurl: "" # the subpath of your site, e.g. /blog/
url: "https://calmcharity.org/" # the base hostname & protocol for your site
logo: "/assets/calm_logo_words_white.png"

cloudinary_fetch_url: 'https://res.cloudinary.com/diy3lykgh/image/fetch'
# `q_auto` means automatic quality and `f_auto` means automatic format, meaning
# Cloudinary will attempt to select the optimum quality and format to serve
# each image for the current browser, device, image type etc.
cloudinary_fetch_url: 'https://res.cloudinary.com/diy3lykgh/image/fetch/q_auto,f_auto'

# Build settings
markdown: kramdown
Expand Down

0 comments on commit bd1cee6

Please sign in to comment.