aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDeterminant <tederminant@gmail.com>2020-05-20 16:36:37 -0400
committerDeterminant <tederminant@gmail.com>2020-05-20 16:36:37 -0400
commitb7d3e7714717ca4e7afd0b843f96c506169e893a (patch)
tree797e24d3af39ef6a8b337d8937524ff2c9ef584f
parentfb50786d22300edd80ac2965e4c3a82a1b14426f (diff)
github doesn't respect image size info in rst, sigh
-rw-r--r--README.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 5a4fe7d..4889e40 100644
--- a/README.rst
+++ b/README.rst
@@ -1,8 +1,11 @@
Tmux ColorTag theme
-------------------
-.. image:: https://raw.githubusercontent.com/Determinant/tmux-colortag/master/demo.gif
- :scale: 67%
+.. raw:: html
+
+ <div align="center">
+ <img src="https://raw.githubusercontent.com/Determinant/tmux-colortag/master/demo.gif" width="95%">
+ </div>
What's This?
============