Images being uploaded to the Harrington site I'm working on are being sized smaller for bandwidth savings and formatting. But when the images appear on the Blog Page Template they're stretched super large leading to a pixelated look that is not appealing. Is there some way to have the images on the Blog Template page show as actual size instead of stretched? Including screen shots. First shot from the Blog Page Template with the pixelated image, and then from the actual post with the image appropriately sized. Thanks in advance for your help.
Hello, Go to style.css present in your theme directory and replace current code Code: width: 100%; with code given below Code: max-width: 100%; check image for reference Thanks & Regards Gourav Shrivastava
I tried to follow this advice, but the latest image above my blog post looks HUGE I am irritated as some of the blog posts seem to be allright. You can see it here http://www.stopinternetfailures.com/blog The blog post "We've Likely Never Met: But I Bet You Do This..." with the keyboard is extremely blown up. Any advice?
Hello, Could you please explain your issue more clearly and specify it with the help of screenshot images.