That a image you post is too wide and it gets cut off?
Well, this single line edit will prevent it!
Open common.css:
Find:
Code: Select all
img {
Code: Select all
max-width: 100%;
Now, any image that is too wide will be shrinked to fit in, and small enough images will retain their original size:
Enjoy!