Skip to content

Instantly share code, notes, and snippets.

@iiiBird
Created July 31, 2017 12:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iiiBird/e12552adbb1b357a0c95c59456176985 to your computer and use it in GitHub Desktop.
Save iiiBird/e12552adbb1b357a0c95c59456176985 to your computer and use it in GitHub Desktop.
easyzoom append easyzoom-flyout another place
in easyzoom.js
find:
this.$target.append(this.$flyout),
replace:
this.$target.parents('.your-div').append(this.$flyout),
or:
$('.your-div').append(this.$flyout),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment