I built my website using Hugo, and I like it very much. Now the problem is, the image embedded is sized the same as the text, although the text has a bounding box with regard to the web’s width. I want the image to be at most the size of its pixel size (ie. not enlarged even if the surrounding text is wider).
Since the website is written in markdown, I guess I should tweak the theme? Example page with images:
http://haozhexu.me/cn/article/travelphotographysa/city/
and the code of the site is hosted on GitHub:
https://github.com/haozhexu/haozhexu.me
Latest code in ‘develop’ branch.
Thanks!