I am using reStructuredText to create my static blog web pages. And I use the command below to enable the image:
.. image:: /images/01.jpg :scale: 50 :align: center
However, the image displayed on my blog web page remains the same as the original image. It seems that the scale parameter is not working. So how to solve this problem?
source share