feat: Regulate when thumbnails are animated as per MSC2705
This commit is contained in:
parent
76c890e7d0
commit
62ab031d13
6 changed files with 14 additions and 8 deletions
|
|
@ -60,6 +60,7 @@ class HtmlMessage extends StatelessWidget {
|
|||
width: (width ?? 800) * ratio,
|
||||
height: (height ?? 800) * ratio,
|
||||
method: ThumbnailMethod.scale,
|
||||
animated: true,
|
||||
);
|
||||
},
|
||||
setCodeLanguage: (String key, String value) async {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue