There's an even easier one
Open common.css in the theme folder and add this code to the "img" class
so, the whole thing should be...Code: Select all
max-width: 100%;
Then refresh the theme in the styles tabCode: Select all
img { border-width: 0; max-width: 100%; }
I know nothing of css