Quote:
Originally Posted by elwachiman
good modification but affects postbit_legacy custom images affect avatars and user ranks, if only reduced the images in the post would be perfect .. can fix that part so that the images will not affect the ranges or avatars, thanks
|
Code:
.postbody IMG{
max-width: 85%;
height: expression(this.height > 100 ? "100px" : true);
width: expression(this.width > 100 ? "100px" : true);
}
.postbody instead of .posts but i don't suggest using css expressions. If many images are used on a page it will cause a small freeze to users with not so good PCs.