Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to set a parent element for the player #38

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jacobroufa
Copy link

I'm building a site and want a lightweight gallery -- this seemed to be a perfect easily extensible tool to use. The only thing I needed was the ability to specify where in the DOM I wanted to put the thing.

This option can be set just like the rest of the options, and requires a DOM element, e.g.

shadowbox.options = {
  parentElement: document.getElementById( 'gallery' )
};

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant