Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
.header { background: url(<?php the_field('bg1'); ?>) top center / cover; color: #fff; padding-bottom: 190px; }
<div style="background: url("<?php echo ... ?>");
<div style="background: url("<?php echo ... ?>")"
Настроить ваш веб сервер так, чтобы он css обрабатывал как php.
<div class="header" style="background-image: url(<?php the_field('bg1'); ?>)"></div>
.header { background: top center / cover; color: #fff; padding-bottom: 190px; }