14

I have an image that I want to align in README.rst file in github but giving the specs :

.. image:: Logo/PNG/respawn-logo.png
   :height: 109 px
   :width: 126 px
   :scale: 50 %
   :alt: respawn
   :align: center

doesn't work with the image still being at its original position and not scaling. Any reason why ?

enter image description here

mzjn
  • 48,958
  • 13
  • 128
  • 248
Scooby
  • 3,371
  • 8
  • 44
  • 84

1 Answers1

0

There are no extra options in markdown that GItHub respects for images. Only options are to:

Rob Bos
  • 1,320
  • 1
  • 10
  • 25