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

Matching full image src #72

Open mihalache opened 7 years ago

mihalache commented 7 years ago

There is a problem matching the full image src attribute. The href.match(/\.(jpeg|jpg|gif|png)$/i) does not match urls with get parameters like http://domain.com/image.jpg?getParam=43251.

This is a problem especially in Drupal where a GET param is used to resize images and the url provided by Drupal has always this param at the end (see image_style_url() function).