diff options
author | 2023-02-08 05:20:46 +0900 | |
---|---|---|
committer | 2023-02-07 21:20:46 +0100 | |
commit | 92ba26b8a168b1d58b8330d84753c5ab7e116f17 (patch) | |
tree | e77d9c630875f2a634a497a3c2ffe6df7be8a855 /README.md | |
parent | 344578649ebcfe60d6a4010d743e68a423942e06 (diff) | |
download | iced-92ba26b8a168b1d58b8330d84753c5ab7e116f17.tar.gz iced-92ba26b8a168b1d58b8330d84753c5ab7e116f17.tar.bz2 iced-92ba26b8a168b1d58b8330d84753c5ab7e116f17.zip |
Resize images on README.md (#1659)
* Resize images on README.md
* hotfix: for mobile layout
* fix: set height of both images equally
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 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> |