J!Extensions Store™
Forum
Welcome, Guest
Please Login to access forum.
Re:Pictures from Phoca Gallery too small (1 viewing) 
Go to bottom
TOPIC: Re:Pictures from Phoca Gallery too small
#4523
Rechsteiner Thomas
Fresh Boarder
Posts: 8
User Offline
Pictures from Phone Gallery to small Karma: 0  
Hi
I have installed the phoca gallery and in category view the pictures would be displayed too small. I have checked it with different smartphones but always the same wrong behavior. Nevertheless in Responsivizer's Device Emulator the pictures will be displayed as they should be.

modellbahnfreunde.ch

Any idea to get the right result on the smartphones?
 
Logged Logged  
  The administrator has disabled public write access.
#4524
John Dagelmore
Admin
Posts: 3716
User Online Now
Re:Pictures from Phone Gallery to small Karma: 79  
Hi,

you need to override the CSS style of phocagallery to have full with images on mobile.

See below code:

Code:

.highslide img { width: 100% !important; }
Currently Phocagallery use 50px width for slides
 
Logged Logged  
  The administrator has disabled public write access.
#4525
Rechsteiner Thomas
Fresh Boarder
Posts: 8
User Offline
Re:Pictures from Phoca Gallery too small Karma: 0  
Great, that solved the problem, thanks.
 
Logged Logged  
  The administrator has disabled public write access.
#5167
Brigitte Moller
Fresh Boarder
Posts: 1
User Offline
Re:Pictures from Phoca Gallery too small Karma: 0  
I have this same problem with Phocagallery. The images in the category view are far too small and in the detail view - Highslide JS(Image only) the description does not show on mobile devices. I have no idea in which file or how to put the code you mentioned. I would really appreciate it if you could enlighten me. I spent so much time to build my site and launch it, only to find it looks so bad on mobile because of the Phocagallery issue.
 
Logged Logged  
  The administrator has disabled public write access.
#5168
John Dagelmore
Admin
Posts: 3716
User Online Now
Re:Pictures from Phoca Gallery too small Karma: 79  
Hi Brigitte,

at the time of writing i was under the hope that Phocagallery released a mobile version of their gallery. The fact that it's still not mobile friendly indeed is not so much appreciated.
By the way if you need to add custom CSS styles to mobilize it they must be added to the responsive template file:
root/templates/responsivizer/css/main.css
 
Logged Logged  
  The administrator has disabled public write access.
Go to top