ZenphotoCMS Forum
Effervescence+ help - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: Themes (https://forum.zenphoto.org/forum-5.html)
+--- Thread: Effervescence+ help (/thread-10885.html)



Effervescence+ help - anudiya - 2013-02-28

How to change the default image size in the simpleviewer theme

I tried updating the simpleviewer/functions.php page as below

var $maxImageWidth="900";
var $maxImageHeight="500";

    var $preloaderColor="0xFFFFFF";
    var $textColor="0xFFFFFF";
    var $frameColor="0xFFFFFF";

    var $frameWidth="10";
    var $stagePadding="20";

    var $thumbnailColumns="3";
    var $thumbnailRows="10";

but i don't see my image any larger nor i am able to change the number of tumbnails colums/rows. Can someone please help.