Define width of featured image thumbnails, but also make responsive?

What I usually do is:

  • Set an image wrapper with the desired width
  • Set the max-width of the image to the 100% of the wrapper
  • Set the height to auto

http://jsfiddle.net/VV25C/

Resize your browser to see it in action.