![]() |
|
slimbox picture size - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: slimbox picture size (/thread-7359.html) |
slimbox picture size - crazynet24 - 2010-07-19 I'm looking for a way to increase the slimbox's picture size in the Effervescence+ theme. The default size is 250x250 pix. In the backend in theme-settings, I set the picture-size to 600 pix for the longest side. Also I edited the slimbox.js file in zenphoto-1.3\themes\effervescence_plus\scripts and set the vars initialWidth and initialHeight to 600. Can anybody help me, any answer is appreciated.
slimbox picture size - acrylian - 2010-07-19 I am not familiar with that theme in detail (my collegue sbillard is), but I guess you also need to change the function call on the theme's image.php as the image display sizes is of course generated. Probably also some CSS involved. slimbox picture size - sbillard - 2010-07-19 Line 217 of album.php is what you need to change. You probably have to change CSS as well, but I have not looked. slimbox picture size - crazynet24 - 2010-07-20 Thanks for answering! Days of searching are gone, but now I've found the line to set the imagesize. It's hardcoded in the file album.php at line 271 (not 217, I guess the to digits are twisted). -> |