Home › Forums › General Issues › How to use BFI Thumb (resize) with ACF? › Reply To: How to use BFI Thumb (resize) with ACF?
Okay, the solution is really easy if you know basic PHP: Here we go:
<?php
$params = array( 'width' => 870, 'height' => 478 );
$image = bfi_thumb(get_sub_field('start_diashow_image'), $params); echo "<img src='$image'/>";
?>
“get_sub_field” is the key 🙂
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.