Skip to content

Commit

Permalink
Image element: Extra characters need to be removed (#2579)
Browse files Browse the repository at this point in the history
  • Loading branch information
maurofmferrao authored Jun 20, 2024
1 parent 9ff0edb commit e08bfdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/templates/global-elements.xml
Original file line number Diff line number Diff line change
Expand Up @@ -932,7 +932,7 @@ if (useCurrentDate) {
<stencil>
<hbs><![CDATA[
<div class="global-elements-image img-container"
style="width:100%; height: 100%; overflow: hidden; position: relative;">
style="width:100%; height: 100%; overflow: hidden; position: relative;
{{#if roundBorder}}border-radius: {{borderRadius}}px;{{/if}}">
<img src="{{#if assetId}}[[assetId={{assetId}}]]{{else}}{{{url}}}{{/if}}" style="
width:100%; height: 100%;
Expand Down

0 comments on commit e08bfdb

Please sign in to comment.