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?
To resize an image, Select it. Image handles will appear on each side. Hover over a handle, select it, and drag it out from the middle or in toward the center to change the image size.
Unfortunately, there is no support for resizing an image using the Markdown syntax. Raw HTML needs to be used to change the image size in Markdown.
With certain Markdown implementations (including Mou and Marked 2 (only macOS)) you can append =WIDTHxHEIGHT after the URL of the graphic file to resize the image.
After image insertion you can resize image by dragging it's corner in visual mode or by specifying exact width and height in text mode using syntax: ! projectavatar. png|height=250,width=250!
Bitbucket Server 7.5 includes support for defining the size of images in markdown.
[...]
The syntax which is supported is to specify the
height
and/orwidth
as "key=value" pairs inside curly braces immediately after the markdown for the image, for example:
![alt text for the image](image-file.png){width=50%}
![alt text for the image](image-file.png){height=50 width=60}
![alt text for the image](image-file.png){height=100}
![alt text for the image](image-file.png){width=200px}
See more at: https://jira.atlassian.com/browse/BSERV-7426
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With