|
|
@@ -8,7 +8,7 @@ |
|
|
|
<div class="row"> |
|
|
|
<div class="col-lg-6 padding-0" style="background-image: url('{{ .image_webp | absURL }}'); background-size: cover; background-position: top center; background-repeat: no-repeat; min-height: 400px;"> |
|
|
|
<!-- this image is for trigger this section fallback background image --> |
|
|
|
<img style="display: none;" onerror="this.onerror=null;this.parentElement.style.backgroundImage= 'url({{ .image | absURL }})'" data-src="{{ .image_webp | absURL }}" /> |
|
|
|
<img class="lozad" style="display: none;" onerror="this.onerror=null;this.parentElement.style.backgroundImage= 'url({{ .image | absURL }})'" data-src="{{ .image_webp | absURL }}" /> |
|
|
|
</div> |
|
|
|
<div class="col-lg-6"> |
|
|
|
<div class="content-block"> |