Plogger Support Forum - How Do I Increase Slideshow Image Size Thu, 28 Mar 2024 20:33:20 +0000 http://www.plogger.org/forum/ Lussumo Vanilla 1.1.10 How Do I Increase Slideshow Image Size http://www.plogger.org/forum/comments.php?DiscussionID=3887&Focus=14376#Comment_14376 http://www.plogger.org/forum/comments.php?DiscussionID=3887&Focus=14376#Comment_14376 Mon, 21 Jul 2014 21:53:59 +0000 joemolloy
However, I am wishing to increase the size that images display when running a slideshow from an album. Could you point me to the correct file? I've had a look through the directories but do not see where the size is set.

I am running
PLOGGER VERSION: 1.0-RC1
Theme Classic Version 1.2
Server Software: Apache/
PHP Version: 5.4.29 (CGI-FCGI)
MySQL Version: 5.5.37-cll
GD Version: bundled (2.1.0 compatible)]]>
How Do I Increase Slideshow Image Size http://www.plogger.org/forum/comments.php?DiscussionID=3887&Focus=14399#Comment_14399 http://www.plogger.org/forum/comments.php?DiscussionID=3887&Focus=14399#Comment_14399 Sun, 12 Feb 2017 13:14:47 +0000 joemolloy How Do I Increase Slideshow Image Size http://www.plogger.org/forum/comments.php?DiscussionID=3887&Focus=14400#Comment_14400 http://www.plogger.org/forum/comments.php?DiscussionID=3887&Focus=14400#Comment_14400 Mon, 13 Feb 2017 09:28:52 +0000 xiphias
I went through the slideshow.php in the theme folder and in my theme it uses the LARGE_THUMB for the slideshow. When looking in the plog-admin options you see Intermediate Thumbnails
Generate Intermediate Images: V
Intermediate Image Width: 1200 (in my case)

Those are the images I believe are beeing used for the slideshow, which is the same as on the picture page.
slideshow.php
s = new slide("<?php echo plogger_get_picture_thumb(THUMB_LARGE); ?>",

picture.php
.... style="background:url(<?php echo plogger_get_picture_thumb(THUMB_LARGE); ?>); ....

Code may be different in your theme since mine is highly altered.

Hope this helps.


-XiP]]>