summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Laxman <bytemode@outlook.com> 2020-07-02 17:55:03 +0530
committerGravatar GitHub <noreply@github.com> 2020-07-02 17:55:03 +0530
commitffacbfede267cd39a430063da12c83425ff3d563 (patch)
tree9314d8c22ea7c1759ffd952bacbe2fe9c80749f7
parent594bca7ff4a34ad18fd5cb932c0b2e628e7a9fe0 (diff)
downloadrefined-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.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index 6b2e15ee..01d6eb95 100644
--- a/readme.md
+++ b/readme.md
@@ -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>