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 add a clearness image in markdown files. #586

Open
nianjiang opened this issue Feb 4, 2024 · 1 comment
Open

How to add a clearness image in markdown files. #586

nianjiang opened this issue Feb 4, 2024 · 1 comment

Comments

@nianjiang
Copy link

nianjiang commented Feb 4, 2024

HI ,

I try to add a picture into markdown file, but it looks small. such as:
![](https://i.postimg.cc/8cZBvPhP/open-Harmony-cn.png)

I try another way with setting width and height, but still not clearness:
<a href="https://ibb.co/XXhWTY7"><img src="https://i.ibb.co/D4x1nr9/open-Harmony-cn.png" alt="open-Harmony-cn" border="0" style="width:100%;height:auto;"></a>

Could you guide me how to add a clearness picture into file.

Thanks


My related page

@alex-shpak
Copy link
Owner

Hi!
Sorry for late reply, there are few thing you could try:

  1. hide table of content on the right, it will force content to stretch horizontally
  2. wrap image into link, so click on the image will open it in full size
  3. look for shortcode or js library to add on the page to open larger size of image

otherwise images in markdown are by default just stretched to content width

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

No branches or pull requests

2 participants