2022-05-05 09:49:21 +01:00
|
|
|
<div class="image-size-control" style="
|
2022-05-27 13:33:17 +01:00
|
|
|
{{- with (.Get "width") }}max-width: {{ . }};{{ end -}}
|
|
|
|
{{- with (.Get "height") }}max-height: {{ . }};{{ end -}}
|
2022-05-05 09:49:21 +01:00
|
|
|
">
|
2022-06-01 09:21:06 +01:00
|
|
|
{{ .Page.RenderString .Inner }}
|
2022-05-05 09:49:21 +01:00
|
|
|
</div>
|