Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The procedure for changing the size of images in org-mode is as follows:

  1. Insert the image into your org-file using the following syntax: [[file:path/to/image.png]]. You can also use URLs instead of file paths.

  2. Place your cursor on the line where the image is inserted and type C-c C-x C-i. This will bring up a prompt where you can specify the width and height of the image.

  3. Enter the desired width and height (in pixels) separated by an x. For example, you can enter 400x300 to set the image width to 400 pixels and height to 300 pixels.

  4. Press Enter to confirm your selection. The image will now be resized to the specified dimensions in your org-file.