gethugothemes / liva-hugo

Liva is a personal blog template powered by Hugo.
https://gethugothemes.com/products/liva/?utm_source=liva_github&utm_medium=referral&utm_campaign=github_theme_about
MIT License
275 stars 237 forks source link

How to control the size of images in markdown #27

Closed zxcasd848955 closed 4 years ago

zxcasd848955 commented 4 years ago

when i try this: <img src="../../images/post/天气可视化.jpg" width="500px" /> it doesn't work. only to use like this(but the image displayed is too big.) ![](/images/post/天气可视化.jpg)