Skip to content

1.2.3

Compare
Choose a tag to compare
@igorlino igorlino released this 01 Jul 16:57
· 26 commits to master since this release

FIX: Fix for inner zoomType with scrollZoom from triggering error and not working.
TypeError: self.zoomLens is undefined line:1197

IMPROVEMENT:
jQuery .data() is initially populated with values from the data- attributes, but setting it only stores the associated new value in memory. It doesn't change the attribute in the DOM.
This will make possible, populating the data with new information and ez-plus read the new information.