armanty-quests/parts/gallery/gallery-header.php
2020-11-28 14:21:17 +03:00

4 lines
211 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>