...
When hovering over the link preview area, an x
icon button appears to the left of the link preview. Clicking this will remove the link preview entirely from the message.
...
Image
...
URL Previews
When an image URL is shared, Mattermost displays the image with the same rules for showing image similarly to how we display single image attachments.
Image URL previews should maintain the original images aspect ratio while following the max-width and max-height.
Max-width: 700px;
Max-height: 240px
Image URL previews are collapsable in the same way as single image attachments.
...