Preview:
add_filter( 'sp_pcp_the_content', 'do_blocks' );

add_filter( 'pcp_replace_thumbnail_with_custom_field_img', 'pcp_replace_thumbnail_with_custom_field_img_mod', 10, 2 );
function pcp_replace_thumbnail_with_custom_field_img_mod( $key, $smart_show_id ) {
	$key = 'cf_post_image';
	return $key;
}
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter