ksylvest / jquery-lighter

A jQuery plugin for zoomable images.
http://ksylvest.github.com/jquery-lighter/
MIT License
53 stars 24 forks source link

Internet Explorer issue #1

Closed MrData1 closed 11 years ago

MrData1 commented 11 years ago

IE10 doesn't close the pictures, clicking on x or shaded area does nothing.

I'm using a workaround to this issue which is adding

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9" >

to the page and it works.

ksylvest commented 11 years ago

@MrData1 Thanks, I'll take a look at this shortly.

ksylvest commented 11 years ago

@MrData1 The should now be fixed in 1.1.1. Please feel free to re-open if you still have problems. Sorry for the delay.