From ecf67b8d17023313df807da7ca90f32f673e99d1 Mon Sep 17 00:00:00 2001 From: Knah Tsaeb Date: Thu, 14 Mar 2013 15:54:22 +0100 Subject: [PATCH] [add] 120x90 resolution --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index ca853d8..6e177d6 100644 --- a/index.php +++ b/index.php @@ -8,8 +8,8 @@ $GLOBALS['config']['private'] = true; $GLOBALS['config']['maxErrorBeforeBan'] = 3; $GLOBALS['config']['banTime'] = 60; $GLOBALS['config']['defaultUrl'] = 'https://google.com'; -$GLOBALS['config']['defaultThumbSize'] = '300x240'; -$GLOBALS['config']['thumbSize'] = array(1 => '100x80', '200x160', '300x240', '400x320', '500x400'); +$GLOBALS['config']['defaultThumbSize'] = '120x90'; +$GLOBALS['config']['thumbSize'] = array(1 => '100x80', '120x90', '200x160', '300x240', '400x320', '500x400'); if (!file_exists('cache/config/genConf.php')) { install();