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

Better handling of embedded images in comments #93

Closed
cespare opened this issue Sep 30, 2011 · 2 comments
Closed

Better handling of embedded images in comments #93

cespare opened this issue Sep 30, 2011 · 2 comments
Labels

Comments

@cespare
Copy link
Contributor

cespare commented Sep 30, 2011

You can embed images in markdown using this syntax:

![title](http://your/link.png)

This works just fine, except when the image is large it overflows:

screenshot

We should probably set overflow-x scroll and also it would be good to put a border around them.

@cespare
Copy link
Contributor Author

cespare commented Sep 30, 2011

Or we could resize the image like I just noticed github does. That's probably better.

@cespare
Copy link
Contributor Author

cespare commented Sep 30, 2011

And while we're at it, let's make the image an external link (this helps if the image has been resized and you want to view the whole thing).

@cespare cespare closed this as completed in cba1a1e Oct 3, 2011
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

1 participant