Create few instance of Blazy on the same page
yuri1992 opened this issue · 4 comments
yuri1992 commented
Hi,
on the current pattern that you using its impossible to make few instance of Blazy on the same page,
the global variables images, options are shared between all instance of Blazy.
(I have different error/success scenario to handle)
dinbror commented
Hey @yuri1992 - I solved it. I just need to test it properly so Im sure I haven't broken anything else.
dinbror commented
Fixed in 1.4.0
yuri1992 commented
Thanks!