Why do you call your shortcode with the complete image path? It will then output <img src="/uploads/uploads/2023/black.jpg" alt=...>
And why do you put blanks before the parameters in your .Get calls?
What do your browser developer tools tell you about the img element in the generated HTML?
Hi
I change the path {{< img src="/2023/black.jpg" alt="Blue is also the coolest color!" >}}
This is what i get on my browser developer tools <img src="/uploads/" alt="">
And the blank before the parameters in my .Get it’s because i got a Auto Indent.
Do you know a Visual studio code plugin that resolve this auto indent problem ?