Added imagesresize shortcode

This commit is contained in:
Xavi 2023-03-13 14:16:52 -07:00
parent 4fd5322c07
commit f8eb2c0d0a

View File

@ -0,0 +1,3 @@
<img src="{{ .Get 0 }}" alt="{{ .Get 1 }}" style="display: block; margin: 0 auto; height: {{ .Get 2 }}px; width: auto;">
<figcaption>{{ .Get 3 }}</figcaption>