ashleydw / lightbox

A lightbox gallery plugin for Bootstrap
http://ashleydw.github.io/lightbox
MIT License
1.84k stars 1.3k forks source link

Specify which 'window' to attach to. #140

Closed ElliottLandsborough closed 8 years ago

ElliottLandsborough commented 9 years ago

Example usage: $(this).ekkoLightbox({parentDocument: top.document});

Allows the user to force ekkolightbox to always open inside 'top.document' instead of the default 'document'.

When a different parentDocument is specified the modal backdrop is disabled.

ashleydw commented 8 years ago

this will max it into #166