Hi! First post. Carrington Mobile is live on my site right now at http://danbirlew.com (view with phone, of course) but my images and videos in posts are too big for mobile browsers. Is there some way to get them to auto-resize to fit the browser? I tried this with CSS, adding max-width: 99%; to .wp-caption and max-width: 95%; to img, and that takes care of the width falling outside the page, but the element retains its height. So I edited the post itself and removed the width/height tags from the html of the picture insert. But is there a way to do this without having to go back and edit all 190 of my posts? :\
Second problem is the video embeds of course, for which I use the old embed codes with objects. So I edit the style.css and add object {max-width: 99%; } but then how do I make the height scale down? Please keep in mind I cannot edit the post to remove the width and height in the embed code, or the video will not display properly in either post.