18
Aug
2010
CSS Noob
File this under the "Oh, that's somewhat nifty" category. I made a change to the CSS code on this site that limits the maximum width of images on the site. I added a simple line to the CSS code:
img {max-width:600px;}
What this does is that it limits the width of any image that is displayed in the blog posts here. This always had to be done anyways because of the way this layout is structured. Images that were too large would mess up the layout here, meaning that you had to contend with small pics. However, for those who read my blog through RSS feed should see the regularly-sized photos (depending on how your RSS reader displays oversized images).
See?


