k0kubun / md2key

Convert markdown to keynote

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coding miss?

liubin opened this issue · comments

https://github.com/k0kubun/md2key/blob/master/scripts/insert_image.scpt#L16

should

          set imgHeight to its width

be

          set imgHeight to its height

? or intentionally to set the height to be the width?

Nice catch 🙏