uiwjs / react-md-editor

A simple markdown editor with preview, implemented with React.js and TypeScript.
https://uiwjs.github.io/react-md-editor
MIT License
2.15k stars 155 forks source link

How to zoom in an image embeded in React-md-editor? #567

Closed rts-gordon closed 1 year ago

rts-gordon commented 1 year ago

Hi @jaywcjlove

I embed an image in React-md-editor and click the image, there is nothing happened. But how to zoom in the image when click it?

Thank you.

jaywcjlove commented 1 year ago

@rts-gordon You can only use the traditional way to find the dom of the image to manipulate.

rts-gordon commented 1 year ago

Could React-md-editor implement this zoom-in feature? It is a basic feature for Markdown editor.