summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/controllers/albums.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/controllers/albums.php b/core/controllers/albums.php
index b580bcca..50a46c17 100644
--- a/core/controllers/albums.php
+++ b/core/controllers/albums.php
@@ -216,7 +216,7 @@ class Albums_Controller extends Items_Controller {
* @return int
*/
public function thumb_proportion() {
- return module::get_var("core", "thumb_size", 150) / 150;
+ return module::get_var("core", "thumb_size", 200) / 200;
}
}