Page 1 of 1

How do I change the size of the boxes?

Posted: 17 Jun 2009, 20:42
by ralphonz
Hi,

I am using phocagallery on a site i'm developing for a friend. I just want the catagories and images as small thumbnails, however i can't seem to change height or width for the "phocagallery-box-file" class? Changing css makes no difference?
On firebug, it always shows:
style="height: 118px; width: 120px;"
How do you change this and where is it coming from? I have searched through loads of php files and found nothing that specifies height: 118px; width: 120px;

basically i want each box to only be 50x50.
http://www.ameliaprints.com/

Re: How do I change the size of the boxes?

Posted: 18 Jun 2009, 03:12
by PhyTonX

Re: How do I change the size of the boxes?

Posted: 18 Jun 2009, 09:01
by caro84g
Hi,

You need to hack the core / create a template override to get images smaller than the default size.

see this topic: viewtopic.php?f=1&t=1644&start=10#p9162 (line numbers aren't correct anymore, just lookup the piece of code)


Regards, Carolien

Re: How do I change the size of the boxes?

Posted: 18 Jun 2009, 13:25
by ralphonz
It works perfectly! Thanks Carolien!

And thanks to Jan for all his hard work!

:twisted: