Hi. Is it possible to set the featured image in a portfolio Post as a fullscreen background…?
thanks…
Hi welti,
I think that would take a lot of customisation and would be out of scope of theme support unfortunately, but send us a link to your page and we’ll have a look.
Best regards,
Rikard
Eventuell sowas?
<?php $url = wp_get_attachment_url( get_post_thumbnail_id($post->ID, ‘full’) ); ?>
<div style=”background-image: url(<?php echo $url ?>);”> … </div>
Or a Background plugin??