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

URIs in Lightbox are overly escaped -- breaks on absolute URIs #60

Open
swhiteman opened this issue Dec 30, 2009 · 0 comments
Open

URIs in Lightbox are overly escaped -- breaks on absolute URIs #60

swhiteman opened this issue Dec 30, 2009 · 0 comments

Comments

@swhiteman
Copy link

In the Lightbox:nextEffect function, the URI is run through JS escape(), which means that the colon in http:// becomes %3A. The URI thus doesn't work when set as a background image. Probably wants encodeURI().

Demo: http://mooshell.net/6cFmm/5/

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

No branches or pull requests

1 participant