Post thumbnails in img tag

Hello
Im wanting to apply the img-responsive and img-circle classes to a post thumbnail. - the problem is I don’t know how to make the php code for the image thumbnail work inside an tag. does that make any sense? not sure if this roots related or just bootstrap.

I assume you’re using http://codex.wordpress.org/Function_Reference/the_post_thumbnail

You can pass it a class via the second argument.

1 Like

yes, worked beautifully, thank you!