dillonzq / LoveIt

❤️A clean, elegant but advanced blog theme for Hugo 一个简洁、优雅且高效的 Hugo 主题
https://hugoloveit.com
MIT License
3.38k stars 1.07k forks source link

img shortcode resize doesn't work with caption #714

Open pmatula opened 2 years ago

pmatula commented 2 years ago

Hi,

using the img shortcode: {{< image src="/abc.png" alt="abc" width="80%" height="80%" >}} works fine.

But as soon as you add the caption, the resizing (width, height) doesn't work. {{< image src="/abc.png" alt="abc" caption="xyz" width="80%" height="80%" >}}

This looks like a glitch to me.

realZhangChi commented 1 year ago

I met the same problem

rakshitrao99 commented 1 year ago

I'm facing the same problem as well. Does anyone know how to solve this problem, or is there any different method for resizing image with better caption handling?