I have installed an iPhone-friendly mobile theme for my WordPress-based blog http://www.windowswave.com.
The blog post images appear fine on desktop browsers, but they appear stretched on the iPhone.
I’m curious if anyone knows a solution for this issue. I’d greatly appreciate that.
You’ll need to use CSS to add
height: auto !important;to your blog post images. What’s happening is the mobile theme is restricting the image width to 100% of the screen width, but not adjusting the height accordingly.