Skip to content
This repository has been archived by the owner on Apr 15, 2021. It is now read-only.

Image with querystrings are not allowed #64

Open
pjehan opened this issue Jun 13, 2016 · 1 comment
Open

Image with querystrings are not allowed #64

pjehan opened this issue Jun 13, 2016 · 1 comment

Comments

@pjehan
Copy link

pjehan commented Jun 13, 2016

The image URL check line 128 doesn't allow querystring parameters in the regex.
For exemple, I can't use Nivo Lightbox with Facebook images because URLs looks like this one :
https://scontent.xx.fbcdn.net/v/t1.0-9/13221712_610481119118936_5921368435802389579_n.jpg?oh=17c9df9c738d5937bda95868aa0b4d0c&oe=5808CDA3

@pjehan
Copy link
Author

pjehan commented Jun 13, 2016

Same problem line 164. If I remove the '$' in the Regex, it works again.
You might consider using a URL such as this one suggested on stackoverflow.

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

No branches or pull requests

1 participant