]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tests/utils/config/configJson.json.php
Add a page to update all thumbnails through AJAX requests in both templates
[github/shaarli/Shaarli.git] / tests / utils / config / configJson.json.php
index 061d4c283119605db6450cbbc6bd49a66b3d6737..a656b67c1f8723e1fc32a46d93e579939c4ae0b8 100644 (file)
     "dev": {
         "debug": true
     },
-    "thumbnails": {
-        "enabled": true,
-        "width": 125,
-        "height": 90
-    },
     "updates": {
         "check_updates": false,
         "check_updates_branch": "stable",
         "language": "auto",
         "mode": "php",
         "extensions": []
+    },
+    "thumbnails": {
+        "enabled": true,
+        "width": 90,
+        "height": 53
     }
 }
-*/ ?>
\ No newline at end of file
+*/ ?>