Add enough markup to fake being the full-width image
This commit is contained in:
parent
15527edf56
commit
80f8d4366a
1 changed files with 3 additions and 1 deletions
|
@ -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 }}>
|
||||
|
|
Loading…
Add table
Reference in a new issue