Quote:
Originally Posted by viki
You don't need a plugin. Just put this in your stylesheet under the class that your content gets posted:
img {
max-width: 500px;
}
So if the class that your content is posted in is called "content", it would look like this:
.content img {
max-width: 500px;
}
Obviously adjust 500px to whatever you want. If you need help finding it, send me an ICQ.
|
well, that works, but since it only adjusts width you will have some seriously fucked up images....every image is different too, so there is no full proof way of doing what you are doing in the css, something that processes images as they are being posted is the only solution