How to scale up post thumbnails/featured image?

As WordPress thumbnail generator doesn’t do this “scale up” thing, you can do it using the following CSS rule:

.featured_thumb img{ width:100%; height: 100%; }

Hope it will help.