View Full Version : Hox to force display of photo caption in slideshow
jcoillard
Jan-28-2007, 02:52 AM
Is there a way to force the display of the photo's caption in the "big" slideshow.
For the moment the user need to check the checkbox in the toolbar of the slideshow
My site (http://rsdmartigues.smugmug.com/)
devbobo
Jan-28-2007, 03:12 AM
sure...add this code to your javascript section...
YE.onAvailable('captions', function() {if (YD.hasClass(document.body,
"fsSlideshow")) this.click();});
jcoillard
Jan-28-2007, 05:30 AM
sure...add this code to your javascript section...
YE.onAvailable('captions', function() {if (YD.hasClass(document.body,
"fsSlideshow")) this.click();});
Works fine, thanks
agallia
May-24-2007, 07:13 PM
sure...add this code to your javascript section...
YE.onAvailable('captions', function() {if (YD.hasClass(document.body,
"fsSlideshow")) this.click();});
Thanks for the tip from last Jan. It answered my question too. Apparently, just simply adding "slideCaption = true;" didn't work.
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.