Please change the line 236 in the file image-zoom.js from this if (el) { to this while (el) { to correct the issue, thanks in advance and sorry for my bad english
Please change the line 236 in the file image-zoom.js
from this
if (el) {
to this
while (el) {
to correct the issue,
thanks in advance and sorry for my bad english