From d77ba1ef3c8db4ca6a88d584a296ef31aaa606ce Mon Sep 17 00:00:00 2001 From: Alexey Murz Korepov Date: Mon, 12 Apr 2021 18:09:48 +0300 Subject: [PATCH] Grammar fixes Co-authored-by: Kevin Cox --- proposals/2881-message-attachments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/2881-message-attachments.md b/proposals/2881-message-attachments.md index 695bcc0ac..801444898 100644 --- a/proposals/2881-message-attachments.md +++ b/proposals/2881-message-attachments.md @@ -169,7 +169,7 @@ Editing interface can be represented exactly like the composer interface, where ### Display recommendations: -On the client site, attachments can be displayed as grid of clickable thumbnails, like the current `m.image` events, but with a smaller size, having fixed height, like a regular image gallery. On click, Matrix client must display media in full size, and, if possible, as a gallery with "next-previous" buttons. Also clients can implement collapse/expand action on gallery grid. +On the client side, attachments can be displayed as grid of clickable thumbnails, like the current `m.image` events, but with a smaller size, having fixed height, like a regular image gallery. On click, Matrix client must display media in full size, and, if possible, as a gallery with "next-previous" buttons. Also clients can implement collapse/expand action on gallery grid. If the message contains only one attachment, it can be displayed as full-width thumbnail in timeline, like current `m.image` and `m.video` messages.