Website-Redesign/layouts/shortcodes/imgwwidth.html

2 lines
93 B
HTML
Raw Normal View History

<img src='{{ .Get "src" }}' alt='{{ .Get "alt" }}' style='max-width: {{ .Get "width" }};' />