Is there any way to ensure that all of the text for a caption is shown in the slideshow mode of operation? In other words is there any way to increase the size of the window/viewport used to constrain the field of view of the caption during a slideshow?
One of my galleries has very long captions. If I step through the images using the right and left arrow navigation buttons the entire captions are displayed. However, if I invoke the slideshow option only a small portion of the caption is shown even though there is ample room on the screen to show the entire text. Here is the gallery in question.
http://mem.nerdcore.net/photos/index.php?twg_album=6_mary_corker
Great program BTW. Sorry about attaching a file that simply contains the text shown above. After I realized that attaching a file wasn't the proper option I was unable to undo that option.
you would need to adopt some code in inc/image.inc.php ~ line 320
$heightaddon = 20;
if ($show_captions) {
$heightaddon += 30;
}
you can change the 20 to 60 or whatever you need.
Best regards,
Michael
@admin Thanks. That did the trick. I had to set $heightaddon to 300 and
change the 24 in the calculation of $width_ie to 48 and now the site
is working exactly as I hoped it would.