PDA

View Full Version : Three sizes?


gloriagoldrea
01-14-2008, 02:43 AM
Is it possible to have three sizes-- a thumbnail, medium sized image, and then very large image?

Or something like this:
http://folkphotography.com/art/index.php
where there is a zoom button?

MANY THANKS

twirp
01-14-2008, 03:21 AM
I believe that they are just using the auto-resize (http://www.pixelpost.org/extend/addons/auto-resize-addon/) add-on.
Then they use something like lightbox with a link to the fullsize_photo being the magnifying glass.

You'd just use the auto-resize add-on, and somewhere on the image_template.html, you'd add the link to the fullsize picture, i.e.:

<a href="images/fullsize_<IMAGE_NAME>" rel="lightbox" title="<IMAGE_TITLE>"><img src="magnify.png" /></a>


Hope this helps.

Some links to check out: auto-resize add-on (http://www.pixelpost.org/extend/addons/auto-resize-addon/), auto-resize manual (http://dwilkinsjr.com/public/pixelpost/docs/autoResizeManual.html), lightbox (http://www.huddletogether.com/projects/lightbox2/)

Edit: It appears that you can install the auto-resize addon, and there's another that works with it at [here (http://www.pixelpost.org/forum/showthread.php?t=3583)] which places a link to the fullsize one using lightbox.