Skip to content

Commit 92ba26b

Browse files
authored
Resize images on README.md (#1659)
* Resize images on README.md * hotfix: for mobile layout * fix: set height of both images equally
1 parent 3445786 commit 92ba26b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ A cross-platform GUI library for Rust focused on simplicity and type-safety.
1515
Inspired by [Elm].
1616

1717
<a href="https://gfycat.com/littlesanehalicore">
18-
<img src="https://thumbs.gfycat.com/LittleSaneHalicore-small.gif" height="350px">
18+
<img src="https://thumbs.gfycat.com/LittleSaneHalicore-small.gif" width="275px">
1919
</a>
2020
<a href="https://gfycat.com/politeadorableiberianmole">
21-
<img src="https://thumbs.gfycat.com/PoliteAdorableIberianmole-small.gif" height="350px">
21+
<img src="https://thumbs.gfycat.com/PoliteAdorableIberianmole-small.gif" width="273px">
2222
</a>
2323

2424
</div>

0 commit comments

Comments
 (0)