diff options
author | 2020-07-02 17:55:03 +0530 | |
---|---|---|
committer | 2020-07-02 17:55:03 +0530 | |
commit | ffacbfede267cd39a430063da12c83425ff3d563 (patch) | |
tree | 9314d8c22ea7c1759ffd952bacbe2fe9c80749f7 | |
parent | 594bca7ff4a34ad18fd5cb932c0b2e628e7a9fe0 (diff) | |
download | refined-github-ffacbfede267cd39a430063da12c83425ff3d563.tar.gz refined-github-ffacbfede267cd39a430063da12c83425ff3d563.tar.zst refined-github-ffacbfede267cd39a430063da12c83425ff3d563.zip |
Remove image dimensions from same sized images20.7.2
Both of these GIFs are almost the same size, unlike previous images.
-rw-r--r-- | readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -45,10 +45,10 @@ The Chrome version also works in Opera (using [this](https://addons.opera.com/en <tr><!-- Prevent zebra stripes --></tr> <tr> <td> - <img width="245" src="https://user-images.githubusercontent.com/1402241/61187598-f9118380-a6a5-11e9-985a-990a7f798805.png"> + <img src="https://user-images.githubusercontent.com/1402241/61187598-f9118380-a6a5-11e9-985a-990a7f798805.png"> </td> <td> - <img width="618" src="https://user-images.githubusercontent.com/1402241/54978791-45906080-4fdc-11e9-8fe1-45374f8ff636.png"> + <img src="https://user-images.githubusercontent.com/1402241/54978791-45906080-4fdc-11e9-8fe1-45374f8ff636.png"> </td> </tr> </table> |