crigroup / osrobotics

Source code for the Introduction to Open-Source Robotics course http://www.osrobotics.org/osr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image size

quangounet opened this issue · comments

commented

Seems like there's not a proper way to resize images yet
GitbookIO/gitbook#1631
This can be very annoying. Any idea?

If you really need to change the image size, it can be done like this

Here is an 200x100 image:

<img src="../assets/controller.png" width="200" height="100" />

Another alternative would be to resize the image file itself.

commented

Not very nice :(

Agree. 'No choice'. Markdown limitation.