Resize images on README.md (#1659)
* Resize images on README.md * hotfix: for mobile layout * fix: set height of both images equally
This commit is contained in:
parent
344578649e
commit
92ba26b8a1
1 changed files with 2 additions and 2 deletions
|
|
@ -15,10 +15,10 @@ A cross-platform GUI library for Rust focused on simplicity and type-safety.
|
|||
Inspired by [Elm].
|
||||
|
||||
<a href="https://gfycat.com/littlesanehalicore">
|
||||
<img src="https://thumbs.gfycat.com/LittleSaneHalicore-small.gif" height="350px">
|
||||
<img src="https://thumbs.gfycat.com/LittleSaneHalicore-small.gif" width="275px">
|
||||
</a>
|
||||
<a href="https://gfycat.com/politeadorableiberianmole">
|
||||
<img src="https://thumbs.gfycat.com/PoliteAdorableIberianmole-small.gif" height="350px">
|
||||
<img src="https://thumbs.gfycat.com/PoliteAdorableIberianmole-small.gif" width="273px">
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue