_includes/appscms/featurehighlight/featurehighlight.html in appscms-tools-theme-4.0.4 vs _includes/appscms/featurehighlight/featurehighlight.html in appscms-tools-theme-4.0.5
- old
+ new
@@ -11,19 +11,21 @@
pageData.TEXTUAL_CONTENT %}
<div
class="{%- if site.monumetricId and page.url != '/' and page.lang == 'en' -%} col-md-6 my-4 {%- else -%} col-md-4 my-4 {%- endif -%}"
>
<div class="card h-100 border-0 bg-transparent">
+ {%- assign space = ' ' -%}
<img
src="{{data.logoUrl}}"
loading="lazy"
class="card-img-top float-left mr-3 appscms-feature-image"
alt="{{data.header}}"
{%-
if
site.crossorigin
-%}
- crossorigin
+ crossorigin{{space}}
+ {{space}}
{%-
endif
-%}
style="object-fit: cover; height: 5rem; width: 5rem"
/>