aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/web-thumbnailer.json
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2018-07-17 13:13:26 +0200
committerArthurHoaro <arthur@hoa.ro>2018-07-17 13:16:50 +0200
commit7b4fea0e39be9e74e9aef13e73af9bbd2b1a6397 (patch)
treea9c5071ed1f6830adcbf10668a2f21e044276842 /inc/web-thumbnailer.json
parentb302b3c584b84f22f0e6f187b072180ecbacdfab (diff)
downloadShaarli-7b4fea0e39be9e74e9aef13e73af9bbd2b1a6397.tar.gz
Shaarli-7b4fea0e39be9e74e9aef13e73af9bbd2b1a6397.tar.zst
Shaarli-7b4fea0e39be9e74e9aef13e73af9bbd2b1a6397.zip
Bunch of improvement for thumbnails integration:
- add a default thumb size value (125x90px) - improve private vertical bar visual, especially with thumbnails - translations - add a sync thumbs button in tool and empty picwall page - fixes WT download mode in JSON config
Diffstat (limited to 'inc/web-thumbnailer.json')
-rw-r--r--inc/web-thumbnailer.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/web-thumbnailer.json b/inc/web-thumbnailer.json
index b8db561e..dcaa149e 100644
--- a/inc/web-thumbnailer.json
+++ b/inc/web-thumbnailer.json
@@ -1,7 +1,7 @@
1{ 1{
2 "settings": { 2 "settings": {
3 "default": { 3 "default": {
4 "download_mode": "HOTLINK", 4 "download_mode": "DOWNLOAD",
5 "_comment": "infinite cache", 5 "_comment": "infinite cache",
6 "cache_duration": -1, 6 "cache_duration": -1,
7 "timeout": 10 7 "timeout": 10
@@ -10,4 +10,4 @@
10 "cache": "cache/" 10 "cache": "cache/"
11 } 11 }
12 } 12 }
13} \ No newline at end of file 13}