casper-network / docs

Application running the documentation markdown files.
Apache License 2.0
24 stars 64 forks source link

Image viewer plugin for the docs #1218

Open ipopescu opened 1 year ago

ipopescu commented 1 year ago

We need an image viewer plugin for the docs so that we can click on the images and see them at full scale.

FYI @ACStoneCL, @andrzej-casper, @hectoratcasper

ghost commented 1 year ago

For image zoom we could try https://www.npmjs.com/package/docusaurus-plugin-image-zoom.

It would be also nice to have responsive, lazy-loaded images, however the above mentioned plugin is not compatible with @docusaurus/plugin-ideal-image - https://github.com/gabrielcsapo/docusaurus-plugin-image-zoom/issues/6.