I am embedding a large image on github wiki. But it turns to be unreadable due to its size. Is it possible to make an image zoomable in markdown language? Specifically, on github wiki?
Thank you.
Images can be added to any markdown page using the following markdown syntax: ![ alt text for screen readers](/path/to/image. png "Text to show on mouseover") .
You can add images to Markdown using the [alt text](image_url) syntax.
Simplest solution is to make a small version of the image (with GIMP/Photoshop etc.) and wrap it in a link to the original image.
[ ![](small.jpg) ](large.jpg)
Other solutions would require having custom CSS or JavaScript which you don't have on GitHub wikis etc.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With