Create a file: layouts/_default/_markup/render-image.html:

1
2
3
4
5
6
<figure class="align-center ">
    <img loading="lazy" src="{{ .Destination | safeURL }}#center" alt="{{ .PlainText }}" >
    {{ with .Text }}
        <figcaption><p>{{ . | safeHTML }}</p></figcaption>
    {{ end }}
</figure>

Then magic happens:

1
![sample](/img/nmc-bin/RADAR_L3_MST_CREF_GISJPG_Tiles_CR_20250126_13_06_3_2_6.png)

Render as:

sample

sample