I'm using the Lightbox2 module to apply a field formatter lightbox->origin to an image field.
I'm using SVG format for my images. This works fine in many browsers like Firefox, chrome and some versions of IE but not with IE11.
I focused on this problem until i understand that the way that lightbox.js is loading images and extracting its width and height is not supported by Internet Explorer11(Appling onload event listner to svg images and trying to get its height and width).
module version: 7.x-1.0-beta1
jQuery version: 1.8

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mounaDrupaler created an issue. See original summary.

Mouna Hammami’s picture

I propose this patch to resolve this issue.
It works fine for me

Mouna Hammami’s picture

Status: Active » Needs review