Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Responsive Thumbnails in WordPress Re: Responsive Thumbnails in WordPress

#93592
Jon Yablonski
Participant

Yep! That’s correct— and I found a working solution as well:

$image_src = wp_get_attachment_image_src( get_post_thumbnail_id(),’thumbnail’ );
echo ‘‘;
}
?>