Closed
Description
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:
- Images outside of the main content area.
- Linked images (Ex:
<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!
Metadata
Metadata
Assignees
Labels
No labels