Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to resize image in the markdown of Gitbook #1631

Closed
datafibers opened this issue Dec 13, 2016 · 6 comments
Closed

How to resize image in the markdown of Gitbook #1631

datafibers opened this issue Dec 13, 2016 · 6 comments
Labels

Comments

@datafibers
Copy link

Just wonder How to resize image in the markdown of Gitbook?

@Soreine
Copy link

Soreine commented Dec 14, 2016

You can use HTML or a plugin to do that, for example:

# Heading

Here is an 200x100 image:

<img src="http://image.com/image.png" width="200" height="100" />

See existing issues on this topic:

@SamyPesse
Copy link
Member

But we are having discussion about supporting this in Markdown: GitbookIO/markup-it#24

@datafibers
Copy link
Author

I thought it does not work since it does not render in online editor. It turns out that it shows correctly once published. Thanks a lot.

@fruch
Copy link

fruch commented Aug 1, 2017

use img tag only work on pdf version, on the published html it's getting stuck and can't read it

@fruch
Copy link

fruch commented Aug 1, 2017

this feels so 1990, that we have to manually resize the images... really annoying, does being a paying customer helps in that regard ?

@nelsonam
Copy link

I have the same question. I need to resize screenshots for a software documentation project. Any updates on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants