Page 1 of 1

Phoca Gallery Plugin

Posted: 12 Dec 2017, 22:01
by f.gruber
Hi,
I have found that images displayed with the Phoca Gallery Plugin are displayed in very small size inside a big frame. This happens only on smartphones and that does not look good.
I compared the HTML of the normal Phaca Gallery View with that of the plugin and I found that there are missing two class definitions in the plugin.

Code: Select all

img img-responsive
I added these two classes to the code in

Code: Select all

/plugins/content/phocagallery/phocagallery.php
in line 972 and 974 in this way:

Code: Select all

$output .='<img class="pg-image img img-responsive" src="...
This solved my problem ...

May be it can halp others.
Or did I forget to change something otherwhere?

Many Thanks for your work.
Ferdinand

Re: Phoca Gallery Plugin

Posted: 17 Dec 2017, 11:42
by Jan
Hi, thank you very much for the info, I will take a look at it and will implement it in next version.

Thank you, Jan

Re: Phoca Gallery Plugin

Posted: 19 Dec 2017, 23:39
by Jan