FEATURE: Embed images in tweets with dimensions, if present

This commit is contained in:
Robin Ward
2016-05-11 16:11:26 -04:00
parent 47720ba1ca
commit c06a6a96cc
2 changed files with 28 additions and 1 deletions

View File

@@ -135,6 +135,18 @@ aside.onebox {
float: left;
margin-right: 10px;
}
.tweet-images {
display: block;
clear: both;
img.tweet-image {
margin-top: 1em;
max-width: 100%;
max-height: 100%;
float: none;
}
}
}
}