BBCode: Depending upon the image size of the preview picture for a link, the image is displayed differently

This commit is contained in:
Michael Vogel 2014-08-25 14:08:26 +02:00
parent 33b612a920
commit c5cc99c716
2 changed files with 72 additions and 6 deletions

View file

@ -44,7 +44,8 @@ span.connector {
.wall-item-container .wall-item-content .type-link img.attachment-image,
.type-link img.attachment-image, .type-video img.attachment-image {
max-width: 640px;
/* max-width: 640px; */
max-width: 100%;
max-height: initial;
float: initial;
margin-right: 0px;