From da26845776c7ac50f2f60c2ccf2e0e5c3d2e3222 Mon Sep 17 00:00:00 2001 From: Alessandro Date: Fri, 18 Nov 2016 17:39:07 +0100 Subject: [PATCH] Readme updated --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index fe908c6..a13d0f1 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,14 @@ srcset: cache: "/tmp/images" ``` +## JPEG quality +If you need to set jpeg quality you can use this option (default is 80). + +``` +srcset: + jpeg_quality: 60 +``` + ## Contributing 1. Fork it ( https://github.com/[my-github-username]/jekyll-srcset/fork )