ResponsiveThumbnailGallery icon indicating copy to clipboard operation
ResponsiveThumbnailGallery copied to clipboard

Race condition with image loading.

Open omega-tree opened this issue 8 years ago • 0 comments

there is a race condition in the thumbnail image code. IE function updateSize() updates all '.thumbnail-image'. the on("load", function(){...... updateSize();} event does not cover this as its only referring to one of the many thumbnails and as a result causes unpredictable sizing behavior on load.

omega-tree avatar Apr 27 '17 18:04 omega-tree