Well, if it does it again, send me the code and I'll probably be able to tell you what is going on.
As for resizing, photobucket is terrible at it so I never resize there. I either resize in photoshop while I'm prepping the pictures (cropping, coloring, etc.), or I'll do what you did here and add a width=x to the html. You may be able to add in my custom css code and have it work though. Go into customize your journal theme and click on custom css tab and put in this with the px that fits your style:
no subject
Date: 2012-07-03 12:53 am (UTC)As for resizing, photobucket is terrible at it so I never resize there. I either resize in photoshop while I'm prepping the pictures (cropping, coloring, etc.), or I'll do what you did here and add a width=x to the html. You may be able to add in my custom css code and have it work though. Go into customize your journal theme and click on custom css tab and put in this with the px that fits your style:
.entry img {max-width: 750px; overflow: hidden;}
.commentbox img {max-width: 750px; overflow: hidden;}
Just put it in the Custom stylesheet, save and see if things have resized.