sharvaridesai/hexo-theme-edinburgh

Images in the post are not responsive

Opened this issue · 2 comments

I inserted an image in my post with markdown syntax:
![](image_url)

And it turns out it's not responsive and the image's width exceeds the screen. How can I solve this problem?

I've solved this problem by inserting HTML code like:
<image src='src' class='img-fluid' />

But I wonder if there is another way...

I also have this question