Phoca Galleray Image Module destroys responsiveness of pictures in articles
Posted: 10 Feb 2017, 14:39
Hi, I'm using the Phoca Gallery Image Module 4.3.0 on top of Joomla 3.6.5. The template that I'm using is responsive and all fuctionality is working fine - it's just that images in articles that are listed in category blog are not being resized so that they fit on the screen of the mobile device.
The reason is that there's a
set by the Phoca Gallery Image Module.
When I disable the Image Module all images embedded in articles are being resized properly. It's the PG Image Module that brings the "max-width: none !important;" setting along which then destroys the responsive image handling of articles.
I already searched through all the files that come along with the PG Image Module but I haven't been able to find anything in that regard. Are you able to point me to the right location to fix this problem?
Thanks!
The reason is that there's a
Code: Select all
img {
max-width: none !important;
}
When I disable the Image Module all images embedded in articles are being resized properly. It's the PG Image Module that brings the "max-width: none !important;" setting along which then destroys the responsive image handling of articles.
I already searched through all the files that come along with the PG Image Module but I haven't been able to find anything in that regard. Are you able to point me to the right location to fix this problem?
Thanks!