Quote:
Originally Posted by dartho
Sorry, no I don't, but if its a case of images being wider than the screen and not scaling to how you want them, you can set a maximum image width in CSS - just add
Code:
img
{
max-width: 250px
}
to your additional CSS declaration in teh style properties and all images wider than 250px will be automatically scaled down to 250px wide...
|
the only problem with that is every image including buttons are using the img tag and they resize along. How can I define it only within posts per say? Thanks.