Codeinwp / Nivo-Lightbox-jQuery

A simple, flexible, responsive, retina-ready jQuery lightbox plugin.
http://dev7studios.com/nivo-lightbox
MIT License
157 stars 87 forks source link

processContent doesn't handle image file names in caps #8

Closed CreativeNotice closed 10 years ago

CreativeNotice commented 11 years ago

Line 125 if(href.match(/.(jpeg|jpg|gif|png)$/) != null){... should match with no case like so: if(href.match(/.(jpeg|jpg|gif|png)$/i) != null){...

gilbitron commented 10 years ago

This is fixed as of v1.1.