Page 1 of 1
Responsive not right
Posted: 29 Nov 2016, 14:04
by mojsplet
Im working on site with Phoca and cant get responsive view on first page. As you can see on
https://www.phoca.cz/joomla3demo/ you have the same problem (Im using same view). Below 400px, gallery is not responsive. If you have larger images this limit is visible on 500 or 600px (depends on image size).
Re: Responsive not right
Posted: 30 Nov 2016, 15:44
by Jan
Hi, there are some features, which cannot be 100% as they use fixed width.
And there are feature which (because of responsivity) use very difficult javascript code to manage it, see example:
https://www.phoca.cz/phocacartdemo/phoca-gallery - normaly, Masonry effect works great with fixed width images but if you want to have them fully responsive, you need to count with javascript all the screen width and height to "stabilize" then the view.
By Mosaic effect in Categories View, there is needs fixed width for the images so if you really need fully responsivity, disable mosaic effect as it is based on fixed sizes
See:
https://www.youtube.com/watch?v=odIoUyv-ncE
for differnt methods to have the gallery responsive.
Jan
Re: Responsive not right
Posted: 01 Dec 2016, 10:57
by mojsplet
Can you tell me which file is responsible for mosaic view? I will try some magic:)
Re: Responsive not right
Posted: 05 Dec 2016, 02:01
by Jan
Hi, what you exactly mean with: "which file is responsible for mosaic view"?
Jan