You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can specify image height and width as key=value pairs inside curly braces { } after the applicable image node. For example:
![text](/url.png){width=640 height=480}
or
![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}
The text was updated successfully, but these errors were encountered:
According to https://confluence.atlassian.com/bitbucketserver/markdown-syntax-guide-776639995.html :
You can specify image height and width as key=value pairs inside curly braces { } after the applicable image node. For example:
or
The text was updated successfully, but these errors were encountered: