Reduced style preview image dimensions
authorAlexander Ebert <ebert@woltlab.com>
Fri, 2 Nov 2012 22:26:24 +0000 (23:26 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 2 Nov 2012 22:26:24 +0000 (23:26 +0100)
wcfsetup/install/files/lib/data/style/Style.class.php

index 0d256e7ddd99a8932daa656d53aa3966011f3d67..1e251847d63c756b4c4a5e6bc25b84a8fc3b258f 100644 (file)
@@ -30,8 +30,8 @@ class Style extends DatabaseObject {
         */
        protected $variables = array();
        
-       const PREVIEW_IMAGE_MAX_HEIGHT = 140;
-       const PREVIEW_IMAGE_MAX_WIDTH = 185;
+       const PREVIEW_IMAGE_MAX_HEIGHT = 64;
+       const PREVIEW_IMAGE_MAX_WIDTH = 102;
        
        /**
         * Returns the name of this style.