Edit layout Lightbox Image List and look for:
Code: Select all
$lbiconcode .= "$separator<a href=\"$LightBoxImage\" rel=\"lightbox-$ProductAnchor\" title=\"$title\">"
. "<img border=0 src=\"$ScaledIconName\" width=\"$LightBoxIconWidth\" height=\"$LightBoxIconHeight\""
. " alt=\"$title\" /></a>";
Code: Select all
$lbiconcode .= "$separator<div style=\"text-align:center;\"><a href=\"$LightBoxImage\" rel=\"lightbox-$ProductAnchor\" title=\"$title\">"
. "<img border=0 src=\"$ScaledIconName\" width=\"$LightBoxIconWidth\" height=\"$LightBoxIconHeight\""
. " alt=\"$title\" /><br />$title</a></div>";
For use on Fragments, do something similar to layout Fragment Lightbox Image List.