Here's how I did with jQuery using lightbox. I assume you have jquery
and lightbox in your header :

1. In your product template, add all images and hide the non primary
ones [1]. See how I add a HIDE class on all images except the first
one. the hide class is just: .hide {display:none}.
2. and then, using javascript: $("div#photo .inner a").lightBox();

thats it!

take a look at my webshop [2] if you want an exemple

[1]: http://dpaste.com/hold/113253/
[2]: http://www.crystalinteriorsboutique.com/shop/product/KBA01-173689-1/

On Jan 26, 1:50 pm, the6step <[email protected]> wrote:
> So I'm of course new to Django/Satchmo....
>
> I need to know how you can manage the pictures that subsequently
> upload......
>
> So the thumbnails are fine, but I want to be able to add something
> like "click for gallery" and have all the pictures shown, along with
> enlarged versions (with some cool javascript to do it nice) so people
> can look at bigger images and such....
>
> So my first question, is how do you manage the thumbnail pictures? And
> then lastly I would ask how to manage the larger pictures to make an
> image gallery...
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Satchmo users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/satchmo-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to