armanty-quests/parts/gallery/gallery-header.php
2021-04-09 13:23:20 +05:00

4 lines
212 B
PHP

<div class="page__header" style="background: url('<?php the_field('gallery_header_img') ?>') top left no-repeat; background-size: cover" >
<div class="page-overlay"></div>
<h1><?php the_title() ?></h1>
</div>