Skip to content

Commit

Permalink
Merge pull request #661 from teloxide/fix-gifs-width
Browse files Browse the repository at this point in the history
Fix GIFs resizing in `README.md`
  • Loading branch information
Hirrolot committed Jun 26, 2022
2 parents 38cf599 + d232319 commit f812093
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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/)
Expand Down

0 comments on commit f812093

Please sign in to comment.