iphone optimized

posted 5 months ago - , , ,

I decided to spend a little time optimizing the blog for the iphone. It’s not quite finished yet, but it’s getting there. Let me know if you see any bugs and i’ll try to fix them. Along the way here’s a few snippets I used.

iPhone viewport code:

<meta name="viewport" content="width=572">

css file specifically for iPhone

<link media="only screen and (max-device-width: 480px)"     href="correct_directory/iphone.css" type="text/css" rel="stylesheet" />

questions or comments

comment-img