ashleydw / lightbox

A lightbox gallery plugin for Bootstrap
http://ashleydw.github.io/lightbox
MIT License
1.85k stars 1.3k forks source link

jQuery: load() is deprecated #203

Closed lbausch closed 8 years ago

lbausch commented 8 years ago

Since jQuery 1.8 load() is deprecated (see http://api.jquery.com/load-event/) and it's removed in jQuery 3.0. This is the reason why scaling does not work with jQuery 3: https://github.com/ashleydw/lightbox/blob/master/ekko-lightbox.coffee#L292

ashleydw commented 8 years ago

Correct, i noticed this too in #202

not sure about a fix, as there is no replacement. will probably have to rely on native image load

continue in #202