mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 02:45:16 +02:00
BBCode: Depending upon the image size of the preview picture for a link, the image is displayed differently
This commit is contained in:
parent
33b612a920
commit
c5cc99c716
2 changed files with 72 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue