Skip to content

Commit

Permalink
IBX-7983: Applied review remark
Browse files Browse the repository at this point in the history
  • Loading branch information
barw4 committed Apr 16, 2024
1 parent 11a8406 commit 8108b91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@
<td>{{ 'ezimage.master_dimensions'|trans|desc('Master dimensions') }}:</td>
<td>{{ 'ezimage.width_and_height'|trans({'%width%': field.value.width, '%height%': field.value.height})|desc('Width: %width%px height: %height%px') }}</td>
</tr>
{% if (field.value.height is not same as '0') %}
{% if (field.value.height != '0') %}
<tr class="ez-field-preview__meta-value-row">
<td>{{ 'ezimage.ratio'|trans|desc('Ratio') }}:</td>
<td>{{ (field.value.width/field.value.height)|round(2) }}</td>
Expand Down

0 comments on commit 8108b91

Please sign in to comment.