PaperModX/layouts/shortcodes/image-size-control.html
2022-05-05 16:49:21 +08:00

7 lines
185 B
HTML

<div class="image-size-control" style="
{{- with (.Get "width") }}width: {{ . }};{{ end -}}
{{- with (.Get "height") }}height: {{ . }};{{ end -}}
">
{{ .Inner | markdownify }}
</div>