I'm trying to resize the images in the wiki pages and nothing is working: the images are always presented with 100% width of the page.
I tried with reStructuredText:
.. image:: image.jpeg
:height: 100px
:width: 200px
:scale: 50 %
:alt: alternate text
(and different combinations, ignoring some lines).
Then I also tried
![](image.jpeg =250x)
But, again, it doesn't change the size of the presented image.
Any idea?