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

Images w. uppercase file extension #16

Closed
cs-pPGallery opened this issue Nov 25, 2010 · 1 comment
Closed

Images w. uppercase file extension #16

cs-pPGallery opened this issue Nov 25, 2010 · 1 comment

Comments

@cs-pPGallery
Copy link

Fullsize-images with uppercase file extension does not show up in Overlay-Gallery (black icon with white triangle appears). Still valid for 3.0.1.
In jquery.prettyPhoto.js line 719:
var results = regex.exec( pp_images[i] );
changeed to
var results = regex.exec( (pp_images[i]).toLowerCase() );
will fix this.
Refer to prettyPhoto Forum:
http://forums.no-margin-for-errors.com/discussion/comment/1699/#Comment_1699
/cs

@scaron
Copy link
Owner

scaron commented Dec 21, 2010

Fixed: b780f74

Thanks

This issue was closed.
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

2 participants