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