Skip to content

Commit

Permalink
Merge branch 'main' into test
Browse files Browse the repository at this point in the history
  • Loading branch information
amici-infotech committed Jul 9, 2024
2 parents 19263de + a2eb8ec commit 7ae53b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/_partials/pageBuilder/image.twig
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@

{% if image|length or videos|length or embedVideo|length %}
<{{ sectionTag }} id="{{ block.containerId|length ? block.containerId : 'block-' ~ block.getId() }}" class="{{ addStickyClass }} {{ not childContainer and containerSize == 'container' and contentWidth == '0;12' ? 'container' }} {{ containerSize == 'container' ? render.contentWidth({width: contentWidth}) }} {{ spacing.implode(' ') }} {{ containerBgExist ? backgroundColor }} {{ bgOpacity }} {{ containerBgExist and childContainer ? 'px-4 md:px-6' }}">
<div class="{{ (not childContainer) or containerSize == 'container' ? 'container' }}">
<div class="{{ (not childContainer) and containerSize == 'container' ? 'container' }}">
<div class="{{ containerSize == 'full' ? render.contentWidth({width: contentWidth}) }}">
<div class="relative">
<div class="h-full {{ ratio[imageRatio] }}" {{ imageAnimation|raw }}>
Expand Down

0 comments on commit 7ae53b2

Please sign in to comment.