As stated before leaving this I continue to work with WordPress. In fact currently I am creating 3 new WordPress Websites, which resulted in me stumbling across a problem. On one blog I used a picture from my Photo account. No matter what I did the picture showed up full size, blasting away the writing and over powering the post.
Research time! It seems the Twenty Ten theme had a little mistake, they changed a line of their code. With the invent of Twenty Ten and the ability to make child themes (think skins or mostly appearance only changes) several themes were created that use Twenty Ten theme, thereby picking up this problem. In addition there may be other themes with this problem.
If you have trouble with your blog images going back to full size, this may help.
CAUTION!! THIS REQUIRES CHANGING CSS!!
If you are at all uncomfortable, ask someone else to do it. Use this at your own discretion.
Here’s what you need to do, go to the editor under appearance. On the right side select style.css then scroll through the codes until you find:
/* =Images
-------------------------------------------------------------- */
#content img {
margin: 0;
height: auto;
max-width: 640px;
width: auto;
}
remove the line with width: auto;
Now your images should work fine. If not you can remove the heigth: auto; as well.
HINT: Copy all of the code in the area where you are working. Paste in notepad. You can always delete your changes and paste the original code back into place!!
Hope that helps my fellow bloggers keep their images the way you like!
Live ♥ Laugh ♥ Love
MJ Schrader
