Page 1 of 1

Zoom/image

Posted: 21 Jan 2014, 17:35
by JFrancois
Hi
First of all, sorry for my bad english.
Joomla!2.5.17 / Phocagallery 3.2.6
Questions :
A- I would like when visitor click on image in the slideshow to open a new window which contain a bigger image : 1280x800px.
B- What's about mobil phone too ?

I've created 3 folders but maybe it's not necessary :
1- 640x480px for the slideshow
2- 1280-800px for the zoom
3- 512- 340 for mobil phone
I have read all your documentation in english (does not exist in french) and i did'nt find my need.
Maybe it's because i do not anderstand everything. It's my first use of Phocagallery.
I've posted in french Joomla forum but i don't have a answer yet.
Thank you for your attention.
Happy new year

Re: Zoom/image

Posted: 23 Jan 2014, 18:35
by Jan
Hi, which slideshow you mean.

There can be different slideshows - in module, plugin in component, etc.

You can display large thumbnail or original image in popup e.g. (e.g. highslide js method allows to display original image too, but it will be resized to fit the window)

Jan

Re: Zoom/image

Posted: 30 Jan 2014, 20:12
by JFrancois
Hi
I use Phoca component only, until now...

Re: Zoom/image

Posted: 31 Jan 2014, 01:54
by Jan
Hi, in slideshow there is no such option, so this needs to be set directly there:
components/com_phocagallery/views/detail/tmpl/default_slideshowjs.php

or if the link should goes from static image in detail window, you can use highslide js e.g. so the large thumbnail will be enlarged to original image (you can set it in highslide js options in Phoca Gallery options)

Jan

Re: Zoom/image

Posted: 31 Jan 2014, 12:13
by JFrancois
Hi
Thank you for your answer.
I'm gonna taste it.