diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-11-29 21:09:33 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-11-29 21:09:33 +0300 |
commit | 62d52b597d6a9cf4ed7ef0782fad8ca5eca24aa0 (patch) | |
tree | e6cf0ac8a92f7a26b5bc36ee821add9741042fd8 /include/config.h | |
parent | 8e07de9d952f8f27273296f1b6ae58550ce1e98b (diff) | |
download | revela-62d52b597d6a9cf4ed7ef0782fad8ca5eca24aa0.tar.gz revela-62d52b597d6a9cf4ed7ef0782fad8ca5eca24aa0.zip |
config: blur setting for thumbnails/images
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h index 398160b..589671f 100644 --- a/include/config.h +++ b/include/config.h @@ -13,6 +13,7 @@ struct image_config { size_t max_width; size_t max_height; bool smart_resize; + double blur; }; struct site_config { |