How to resize images included in GitHub documentation pages?

I have a README.rst page on GitHub, but I cannot specify the size of the linked images and really do not want to include them in my repository.

See https://github.com/pycontribs/jira

This was supposed to work, but GitHub seems to ignore the width parameter.

.. image:: http://blog.jetbrains.com/pycharm/files/2015/12/PyCharm_400x400_Twitter_logo_white.png :width: 100px 

Any solutions or workarounds?

+7
github restructuredtext
source share
1 answer

GitHub seems to intentionally take down image sizes . However, it seems to support the implementation of raw HTML ( reST docs ). If this still does not work, I would resize the image files.

+5
source share

All Articles