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