Closed (fixed)
Project:
Lightbox2
Version:
5.x-2.7
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Jun 2009 at 13:14 UTC
Updated:
26 Jun 2009 at 08:40 UTC
How do you change this:
(you get links to pictures)
to this:
http://www.stellapower.net/lightbox2 (three pictures under Grouped images).
(you actually see pictures).
Thx
Comments
Comment #1
stella commentedAssuming you posted something like the following (note you need to put your code within <code> tags for the raw html to appear):
Just replace the "image #1", etc, text with an
imgtag to the thumbnail image, e.g.Also, if you're uploading images to your site using the image, img_assist or other modules, you can enable automatic image handling on admin/settings/lightbox2/automatic so you don't have to write the above html code yourself. Support for imagefield module's images are also supported via the cck field display settings and via views.
Cheers,
Stella
Comment #2
hrpo commentedThanks foe your reply: it's working now except I cant' get slide show running: my code is:
a title="Slide1" rel="lightshow[Slide]" href="1.jpg" img width="200" hspace="10" height="150" src="1.jpg" alt="Slide1" title="Slide1" / /a
a title="Slide2" rel="lightshow[Slide1]" href="2.jpg" img width="200" hspace="10" height="150" src="2.jpg" alt="Slide2" title="Slide2" / /a
a title="Slide3" rel="lightshow[Slide3]" href="3.jpg" img width="200" hspace="10" height="150" src="3.jpg" alt="Slide3" title="Slide3" / /a
Thx
Comment #3
stella commentedcan you paste your code within <code> tags please?
Comment #4
hrpo commentedNow i did:
And it works perfectly!
Thx for replay!