Phoca Gallery Plugin
Posted: 12 Dec 2017, 22:01
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.
I added these two classes to the code in
in line 972 and 974 in this way:
This solved my problem ...
May be it can halp others.
Or did I forget to change something otherwhere?
Many Thanks for your work.
Ferdinand
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-responsiveCode: Select all
/plugins/content/phocagallery/phocagallery.phpCode: Select all
$output .='<img class="pg-image img img-responsive" src="...May be it can halp others.
Or did I forget to change something otherwhere?
Many Thanks for your work.
Ferdinand