added shortcode for image with fixed max-width (imgwwidth)

This commit is contained in:
Gabriele Musco 2022-03-27 18:10:31 +02:00
parent 2b7198b032
commit 210793da66
No known key found for this signature in database
GPG Key ID: 0587A5D65B5DC99E
1 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
<img src='{{ .Get "src" }}' alt='{{ .Get "alt" }}' style='max-width: {{ .Get "width" }};' />