Fix GIFs resizing in README.md

This commit is contained in:
Hirrolot 2022-06-27 01:57:27 +06:00 committed by GitHub
parent 38cf5997e1
commit d232319dfa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -105,9 +105,7 @@ async fn main() {
```
<div align="center">
<kbd>
<img src=../../raw/master/media/throw-dice.gif width="420px" />
</kbd>
<img src="../../raw/master/media/throw-dice.gif" width="420" />
</div>
### Commands
@ -175,9 +173,7 @@ async fn answer(
```
<div align="center">
<kbd>
<img src=../../raw/master/media/command.gif width="420px" />
</kbd>
<img src="../../raw/master/media/command.gif" width="420" />
</div>
### Dialogues management
@ -300,9 +296,7 @@ async fn receive_location(
```
<div align="center">
<kbd>
<img src=../../raw/master/media/dialogue.gif width="420px" />
</kbd>
<img src="../../raw/master/media/dialogue.gif" width="420" />
</div>
[More examples >>](examples/)