Add enough markup to fake being the full-width image

This commit is contained in:
benjamin melançon 2019-09-22 19:29:21 -04:00
parent 15527edf56
commit 80f8d4366a

View file

@ -55,7 +55,9 @@
<{{ header_wrapper }}{{ header_attributes.addClass('group-header') }}>
{% if header.field_image|render is empty %}
<div class="background-replacement-for-no-image"></div>
<div class="featured-image">
<figure class="background-replacement-for-no-image image"></figure>
</div>
{% endif %}
{{ header }}
</{{ header_wrapper }}>