Notifications
Clear all

Captions Not Being Displayed Properly in Slideshow Mode

3 Posts
2 Users
0 Likes
519 Views
 Rick
(@rick)
Posts: 2
New Member
Topic starter
 

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.

 
Posted : 03/11/2022 4:32 pm
TinyWebGallery
(@admin)
Posts: 874
Prominent Member Admin
 

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

 
Posted : 04/11/2022 7:06 pm
 Rick
(@rick)
Posts: 2
New Member
Topic starter
 

@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.

 
Posted : 10/11/2022 9:21 pm