If you need to hide part of image description when displaying thumbnails and show the full description when displaying the picture, I've the solution!
First of all, let's modify the CSS: assets/phocagallery.css
add this:
Code: Select all
#phocagallery div.phocaimgdeschtml span.myhiddendesc{
display: none;
}
Code: Select all
<span class="myhiddendesc">
YOUR HIDDEN DESCRIPTION
</span>
