We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 575b0b0 commit 450e886Copy full SHA for 450e886
layouts/shortcodes/inTextImg.html
@@ -2,4 +2,4 @@
2
{{- $height := (.Get "height") }}
3
{{- $alt := (.Get "alt") }}
4
5
-<img class="in-text" height="{{ $height | default `15px` }}" src="{{$Img}}" alt="{{$alt}}">
+<img class="in-text" height="{{ $height | default `15` }}" src="{{$Img}}" alt="{{$alt}}">
0 commit comments