igorlino / elevatezoom-plus

Enhanced elevateZoom - A jQuery image zoom plugin
http://igorlino.github.io/elevatezoom-plus/
MIT License
162 stars 77 forks source link

Fix: only same container with identical ID needs to be removed. Issue… #128

Closed volkerdobler closed 4 years ago

volkerdobler commented 4 years ago

In the current version, all containers with class self.options.container are removed if appending a new picture. I think, only the container with the same uuid needs to be removed (if available) - fix in line 320 … #120