We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 739bee8 commit 5ccabc7Copy full SHA for 5ccabc7
Resources/Private/Templates/NodeTypes/Partials/SimpleImage.html
@@ -32,7 +32,7 @@
32
<media:image image="{image}"
33
alt="{alternativeText}"
34
title="{title}"
35
- class="{f:if(condition: imageClassName, then: '', else: '{imageClassName}')}"
+ class="{f:if(condition: imageClassName, then: '{imageClassName}', else: '')}"
36
width="{width}"
37
height="{height}"
38
maximumWidth="{maximumWidth}"
0 commit comments