unstretched image scaling feature request #7362
Answered
by
fnafox
wb1016
asked this question in
Help / Questions
-
Beta Was this translation helpful? Give feedback.
Answered by
fnafox
Sep 25, 2024
Replies: 1 comment 1 reply
-
I'm not sure I understand what you mean. Images get scaled down to available screen size by default. <!-- scaling an image to an exact size -->
![image.png](/res/image.png =1920x1080)
<!-- scaling image using relative height -->
![image.png](/res/image.png =1920x) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
NGPixel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm not sure I understand what you mean. Images get scaled down to available screen size by default.
If you want to specify the size of the embedded image, you can do so like this.
Omitting the height value will keep the aspect ratio.