>
$thumb_width ) ? 'portrait' : 'landscape';
if ( '' !== $thumb_src ) :
?>
get_the_title(),
);
$full_src = get_the_post_thumbnail_url();
if ( $full_src ) {
$image_attrs['srcset'] = $full_src . ' 479w, ' . $thumb_src . ' 480w';
$image_attrs['sizes'] = '(max-width:479px) 479px, 100vw';
}
$image_attachment_class = et_pb_media_options()->get_image_attachment_class( $this->props, '', get_post_thumbnail_id() );
if ( ! empty( $image_attachment_class ) ) {
$image_attrs['class'] = esc_attr( $image_attachment_class );
}
$this->render_image( $thumb_src, $image_attrs );
?>
';
$posts .= self::get_no_results_template();
$posts .= '