Skip to content

Commit

Permalink
style(tab): further shrink image height to let images fit table size
Browse files Browse the repository at this point in the history
  • Loading branch information
hahnec committed Jul 6, 2022
1 parent 58522b9 commit 1fa5106
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -116,51 +116,51 @@ API Usage

.. |src_photo| raw:: html

<img src="https://raw.githubusercontent.com/hahnec/color-matcher/master/tests/data/scotland_house.png" max-height="180px">
<img src="https://raw.githubusercontent.com/hahnec/color-matcher/master/tests/data/scotland_house.png" max-height="160px">

.. |ref_photo| raw:: html

<img src="https://raw.githubusercontent.com/hahnec/color-matcher/master/tests/data/scotland_plain.png" max-height="180px">
<img src="https://raw.githubusercontent.com/hahnec/color-matcher/master/tests/data/scotland_plain.png" max-height="160px">

.. |res_photo| raw:: html

<img src="https://raw.githubusercontent.com/hahnec/color-matcher/master/tests/data/scotland_pitie.png" max-height="180px">
<img src="https://raw.githubusercontent.com/hahnec/color-matcher/master/tests/data/scotland_pitie.png" max-height="160px">

.. |src_paint| raw:: html

<img src="https://raw.githubusercontent.com/hahnec/color-matcher/master/tests/data/parismusees/cezanne_paul_trois_baigneuses.png" max-height="180px">
<img src="https://raw.githubusercontent.com/hahnec/color-matcher/master/tests/data/parismusees/cezanne_paul_trois_baigneuses.png" max-height="160px">

.. |ref_paint| raw:: html

<img src="https://raw.githubusercontent.com/hahnec/color-matcher/master/tests/data/parismusees/cezanne_paul_portrait_dambroise_vollard.png" max-height="180px">
<img src="https://raw.githubusercontent.com/hahnec/color-matcher/master/tests/data/parismusees/cezanne_paul_portrait_dambroise_vollard.png" max-height="160px">

.. |res_paint| raw:: html

<img src="https://raw.githubusercontent.com/hahnec/color-matcher/master/tests/data/parismusees/cezanne_paul_trois_baigneuses_mvgd.png" max-height="180px">
<img src="https://raw.githubusercontent.com/hahnec/color-matcher/master/tests/data/parismusees/cezanne_paul_trois_baigneuses_mvgd.png" max-height="160px">

.. |src_seq| raw:: html

<img src="https://raw.githubusercontent.com/hahnec/color-matcher/master/tests/data/wave.gif" max-height="180px">
<img src="https://raw.githubusercontent.com/hahnec/color-matcher/master/tests/data/wave.gif" max-height="160px">

.. |ref_seq| raw:: html

<img src="https://raw.githubusercontent.com/hahnec/color-matcher/master/tests/data/sunrise.png" max-height="180px">
<img src="https://raw.githubusercontent.com/hahnec/color-matcher/master/tests/data/sunrise.png" max-height="160px">

.. |res_seq| raw:: html

<img src="https://raw.githubusercontent.com/hahnec/color-matcher/master/tests/data/wave_mvgd.gif" max-height="180px">
<img src="https://raw.githubusercontent.com/hahnec/color-matcher/master/tests/data/wave_mvgd.gif" max-height="160px">

.. |src_lfp| raw:: html

<img src="https://raw.githubusercontent.com/hahnec/color-matcher/master/tests/data/view_animation_7px.gif" max-height="180px">
<img src="https://raw.githubusercontent.com/hahnec/color-matcher/master/tests/data/view_animation_7px.gif" max-height="160px">

.. |ref_lfp| raw:: html

<img src="https://raw.githubusercontent.com/hahnec/color-matcher/master/tests/data/bee_2.png" max-height="180px">
<img src="https://raw.githubusercontent.com/hahnec/color-matcher/master/tests/data/bee_2.png" max-height="160px">

.. |res_lfp| raw:: html

<img src="https://raw.githubusercontent.com/hahnec/color-matcher/master/tests/data/view_animation_7px_hm-mkl-hm.gif" max-height="180px">
<img src="https://raw.githubusercontent.com/hahnec/color-matcher/master/tests/data/view_animation_7px_hm-mkl-hm.gif" max-height="160px">

.. |vspace| raw:: latex

Expand Down

0 comments on commit 1fa5106

Please sign in to comment.