The zoom image plugin currently targets all images except for emoji and those with data-no-zoom attribute.
Two additional scenarios should excluded by default:
<a href="#"><img src="image.jpg"></a>)I've added a fix-via-plugin to docsify-themeable, but it requires removing all event listeners via cloning the image node which is less than ideal.
Ideally these scenarios would be handled by default.
Thanks!
At least being able to exclude the logo from zoom would help. I had to remove the zoom image plugin.
I agree with @billhennessy here, i'm having the same issue with the logo being zoom activated ... has there been at least a solution for this issue ?
I'm having the same problem with logo zoom. As of now I removed the plugin and linked to image file directly. I had a similar idea with removing event listeners by cloning the node but it wasn't elegant...
Most helpful comment
At least being able to exclude the logo from zoom would help. I had to remove the zoom image plugin.