Skip to content

Instantly share code, notes, and snippets.

@rmanalan
Created October 26, 2010 23:40
Show Gist options
  • Save rmanalan/648090 to your computer and use it in GitHub Desktop.
Save rmanalan/648090 to your computer and use it in GitHub Desktop.
sets max img size for inlined images and hides the inlined image in the latest tweet area
div.tweet-text a img {
max-width: 430px;
}
div.tweet.latest-tweet div div a img {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment