tatsy / markdown-it-imsize

markdown-it plugin for size-specified image markups.
46 stars 93 forks source link

Fill image size automatically #1

Closed JosefJezek closed 9 years ago

JosefJezek commented 9 years ago

Could you make option for fill image size automatically?

See algorithm from this atom package https://github.com/minodisk/html-img

tatsy commented 9 years ago

Thanks for your request.

To fill image size itself is not very difficult, but I think there are a couple of choices to get image size on Node.

For me, the second one seems better because it does not depend on ImageMagick or other CLI modules.

I will do it soon, so please wait for a moment.

JosefJezek commented 9 years ago

:+1:

tatsy commented 9 years ago

Done :+1:

JosefJezek commented 9 years ago

Thank you