docusaurus-plugin-image-zoom
docusaurus-plugin-image-zoom copied to clipboard
Image Zoom Plugin for Docusaurus 2
Same issue as described here: https://github.com/flexanalytics/plugin-image-zoom/issues/9 Basically, when the `` tag is wrapped within a `` dropdown, nothing happens when clicked. The magnifier cursor does appear on mouseover, so unlikely...
This is a simple enhancement request to support [Docusaurus V3](https://docusaurus.io/blog/preparing-your-site-for-docusaurus-v3), which the beta recently dropped.
Hi there, regardless what I change in the background color config - nothing will be used in the generated output (I even started the development server new). Could you check...
Hi, Thank you for creating this plugin. I'm trying to install it following the instructions, but I'm not able to. Here's how I've set it up: ``` zoom: { selector:...
I am using this package with TypeScript and Vite. Vite does not support `require`, so I want to import the module with ES `import` as shown below. ```ts import docusaurusPluginImageZoom...
Hi Gabriel, if you click the heading ids in the TOC first, there is one strange zoom display issue. Check the video here: [https://imgur.com/nBrrwls](https://imgur.com/nBrrwls). I've tested on macOS and Windows...
Would love to know how I can use the plugin with regular images. Currently, it only works with markdown syntax for images (![]()).
Hello again! I have discovered a bug when using this plugin with the [@docusaurus/plugin-ideal-image][ideal-image] plugin. Initially, the ideal images plugin renders images to the document like this: ```html ``` Then,...
Hello, I'm currently having this really annoying "bug", when if you click on an image that is inside an tag it won't let you click the image, and will just...