Don’t Squash Me: Using min-width on Fluid Images: http://www.stucox.com/blog/dont-squash-me-using-min-width-on-fluid-images/
Horizontal scroll in responsive break point
Reply
Don’t Squash Me: Using min-width on Fluid Images: http://www.stucox.com/blog/dont-squash-me-using-min-width-on-fluid-images/
Endnu en super guide fra WP tuts+:
Using Custom Image Sizes in Your Theme and Resizing Existing Images to the New Sizes
WP: http://codex.wordpress.org/Function_Reference/add_image_size
<?php if (has_post_thumbnail()) { the_post_thumbnail( ('300,300') ); } else { echo '<img src="'.get_bloginfo("template_url").'/images/leveres-efter-bestilling.jpg" />'; } ?>
Resource: http://codex.wordpress.org/Function_Reference/the_post_thumbnail