• Resolved carldesigns

    (@carldesigns)


    Any way when some one post up an image with a url that is over 428 px in width that it can be resize to 428px by and any thing under 428 px wont be effected with a script or plugin?

    Thanks.

Viewing 1 replies (of 1 total)
  • Thread Starter carldesigns

    (@carldesigns)

    Solved that fast, sorry..
    For those who wonder how to do this, it’s in your css.

    .entry img, .entry a img {
    max-width: 428px;
    width: expression(this.width > 428 ? 428: true);
    }

    428 is my max width for my entry column so change it to yours…

Viewing 1 replies (of 1 total)
  • The topic ‘Resizing images from urls’ is closed to new replies.