Page 1 of 1

Phoca Gallery Plugin without specifying detail

Posted: 21 May 2021, 20:18
by mknoch
Versions : PhocaGallery 4.4.2, Phoca Gallery Plugin 4.4.2

I want to use Phoca Gallery Plugin with Photoswipe as detail action. Since there is no number for detail=.. Parameter for phocagellery I omit this parameter :
{phocagallery view=category|categoryid=1|limitstart=0|limitcount=5}
This works fine, but unfortunately the display of the thumbnails is distorted: they are not inside their frames.
See the effect on https://gw-mk.de/index.php/test-einen-artikel
Picture : https://i.imgur.com/K0Wdzil.png

Re: Phoca Gallery Plugin without specifying detail

Posted: 22 May 2021, 11:53
by Jan
Hi, this seems to be caused by figure tag.

Try to add yo your own custom.css following code:

Code: Select all

.phocagallery-box-file-third div figure {
   margin: 0;
   padding: 0;
}
Image

Jan