Is there a way to make ScriptyLightbox show an item outside an iframe in which the link is written. The iframe otherwise limits the size of of linked to item which can be the same size as the thumb sometimes, not so impressive to a customer.
I have tried target parent, top, blank and other… no success.
All lightboxes work by placing a layered DIV above the current page
and loading your content into that DIV. Every page has a parent object
– usually the browser window – but when a page is in an iframe (or
any other type of frame), the iframe takes the place of the window as
the parent. Thus you will see the overlay DIV constrained by the
bounds of the iframe. If you want the image to appear in a different
document or larger than the parent object of the current page, then
you will have to use a different technique, like Spawn New Window,
instead.
Walter
On Feb 19, 2010, at 1:22 PM, ulfr wrote:
Is there a way to make ScriptyLightbox show an item outside an
iframe in which the link is written. The iframe otherwise limits the
size of of linked to item which can be the same size as the thumb
sometimes, not so impressive to a customer.
I have tried target parent, top, blank and other… no success.