Jump to content


Photo

Auto rescale images that are massive with some simple CSS


  • Please log in to reply
No replies to this topic

#1 Alx09

Alx09
  • Member

  • 1,283 posts
  • Joined: September 09

Posted 05 February 2013 - 08:59

Just add this to the stylesheet:

img.linked-image { max-width: 1200px; height: auto; }

And the issues with images linked that are 2000-3000px won't break the forum as badly.