|
|||||||
![]() |
|
|
Thread Tools | Search this Thread |
|
#1
|
|||
|
|||
|
1) Script Title: Lightbox image viewer 2.0
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...box2/index.htm 3) Describe problem: I've put the script in my page and it works fine the only problem is now, that I'm using an iframe... when I click on the thumb, the picture enlarges inside the iframe which is too small and scrollbars appear. Is there any way (in html) so that I could get it out of the iframe and let the picture enlarge on top of all the template and the iframe?Thanks in advance, the goose |
|
#2
|
||||
|
||||
|
The easiest way would be to use this mod of the script because it already works inside an iframe:
http://www.dolem.com/lytebox/
__________________
WWWWWWWWWWWW - John________________________ Really Show Your Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate |
|
#3
|
|||
|
|||
|
Ah thanks alot! Got it to work
![]() Still one question: I can only put 3 images in one group? Last edited by the goose; 03-28-2007 at 12:59 PM. |
|
#4
|
||||
|
||||
|
From the lytebox page:
Quote:
__________________
WWWWWWWWWWWW - John________________________ Really Show Your Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate |
|
#5
|
||||
|
||||
|
No, you can use as many as you like as long as they all have the same [label] added to the rel="lytebox[label]" attribute.
__________________
WWWWWWWWWWWW - John________________________ Really Show Your Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate |
|
#6
|
|||
|
|||
|
yes it works
but can I only have 3 images per group?
|
|
#7
|
||||
|
||||
|
We just cross posted, the answer to your post before this one is answered before it but, the answer is short so, I will just repeat it here:
__________________
WWWWWWWWWWWW - John________________________ Really Show Your Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate |
|
#8
|
|||
|
|||
|
I've tried that:
HTML Code:
........... <!-- begin eerste rij --> <div id="align_foto_links_r1"><a href="portfolio/example_full.jpg" rel="lytebox[Groep_1]" title="Eventuele voetnoot hier..."> <img src="portfolio/example.jpg" class="img_portfolio" border=0 width=170 height=170 alt=""></a></div> <div id="align_foto_rechts_r1"><a href="portfolio/example_full.jpg" rel="lytebox[Groep_1]" title="Eventuele voetnoot hier..."> <img src="portfolio/example.jpg" class="img_portfolio" border=0 width=170 height=170 alt=""></a></div> <!-- einde eerste rij --> <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <!-- begin tweede rij --> <div id="align_foto_links_r2"><a href="portfolio/example_full.jpg" rel="lytebox[Groep_1]" title="Eventuele voetnoot hier..."> <img src="portfolio/example.jpg" class="img_portfolio" border=0 width=170 height=170 alt=""></a></div> <div id="align_foto_rechts_r2"><a href="portfolio/example_full.jpg" rel="lytebox[Groep_1]" title="Eventuele voetnoot hier..."> <img src="portfolio/example.jpg" class="img_portfolio" border=0 width=170 height=170 alt=""></a></div> <!-- einde tweede rij --> <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <!-- begin derde rij --> <div id="align_foto_links_r3"><a href="portfolio/example_full.jpg" rel="lytebox[Groep_1]" title="Eventuele voetnoot hier..."> <img src="portfolio/example.jpg" class="img_portfolio" border=0 width=170 height=170 alt=""></a></div> <div id="align_foto_rechts_r3"><a href="portfolio/example_full.jpg" rel="lytebox[Groep_1]" title="Eventuele voetnoot hier..."> <img src="portfolio/example.jpg" class="img_portfolio" border=0 width=170 height=170 alt=""></a></div> <!-- einde derde rij --> .............. |
|
#9
|
||||
|
||||
|
In your example code, I only see one image:
Quote:
__________________
WWWWWWWWWWWW - John________________________ Really Show Your Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate |
|
#10
|
|||
|
|||
|
I see, it works now
thanks alot!
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
|
|