Thread
:
Anyone know a code to add to change image sizes in rss feeds?
View Single Post
08-27-2007, 03:45 PM
DomP_nl
So Fucking What
Industry Role:
Join Date: Sep 2005
Location: 128579
Posts: 631
img {
max-width: 420px;
width:expression(this.width > 4000 ? “420px” : this.width);
}
DomP_nl
View Public Profile
Visit DomP_nl's homepage!
Find More Posts by DomP_nl