Skip to content

Commit

Permalink
add gifs using an image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
basnijholt committed Dec 11, 2019
1 parent 250ecbb commit 97a2b78
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,23 @@ with built-in support for
Examples
--------

.. raw:: html
.. image:: https://user-images.githubusercontent.com/6897215/38739170-6ac7c014-3f34-11e8-9e8f-93b3a3a3d61b.gif
:height: 593px
:width: 292px
:scale: 80%


.. image:: https://user-images.githubusercontent.com/6897215/35219611-ac8b2122-ff73-11e7-9332-adffab64a8ce.gif
:height: 673px
:width: 607px
:scale: 50%


.. image:: https://user-images.githubusercontent.com/6897215/47256441-d6d53700-d480-11e8-8224-d1cc49dbdcf5.gif
:height: 208px
:width: 248px
:scale: 90%

<img src="https://user-images.githubusercontent.com/6897215/38739170-6ac7c014-3f34-11e8-9e8f-93b3a3a3d61b.gif" width='20%'> </img> <img src="https://user-images.githubusercontent.com/6897215/35219611-ac8b2122-ff73-11e7-9332-adffab64a8ce.gif" width='40%'> </img> <img src="https://user-images.githubusercontent.com/6897215/47256441-d6d53700-d480-11e8-8224-d1cc49dbdcf5.gif" width='20%'> </img>

.. not-in-documentation-end
Expand Down

0 comments on commit 97a2b78

Please sign in to comment.