Phoca Gallery Plugin without specifying detail

Phoca Gallery plugins - plugins for Phoca Gallery extension
mknoch
Phoca Newbie
Phoca Newbie
Posts: 1
Joined: 21 May 2021, 19:45

Phoca Gallery Plugin without specifying detail

Post 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
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47794
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca Gallery Plugin without specifying detail

Post 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
If you find Phoca extensions useful, please support the project
Post Reply