Open sheng-di opened 2 years ago
https://github.com/sheng-di/zooming/commit/57f72a8ae75df9d270055936542e1d722179853a I found another lib, and modified it to supoort zoom styles.
sheng-di/zooming@57f72a8 I found another lib, and modified it to supoort zoom styles.
@sheng-di I make a plugin depending this your lib, but only effect in first page or after I refresh the current page. Do you have some resolutions?
In markdown files, if we already set some images' style to be
zoom: 50%
, this plugin resulsts in wrong position and size, and leaves user a blank screen。case:
or in React: <img src="xxx" style={{ zoom: '50%' }} />
results: