# Images

### Insert images

#### On desktop

1. Click the insert button <img src="/files/Xifa42HGUcp2xshFYnVh" alt="" data-size="line">  in the [formatting bar](/write-and-edit/format-your-text.md) at the bottom the note editor and select **`Insert Image`** or use the shortcut **`Cmd/Ctrl`** + **`Shift` + `O`**<br>

   <figure><img src="/files/s3v4zutqUA0XZ1z60yOZ" alt=""><figcaption></figcaption></figure>
2. Select the image(s) you want to add from the pop up window

You can also use the shortcut **`Cmd/Ctrl`** + **`C`** and **`Cmd/Ctrl`** + **`V`** to copy and paste the image directly in your note.

#### On mobile

1. Tap the image icon <img src="/files/7onQeFUBNbfZqwl38x0z" alt="" data-size="line"> in the formatting bar
2. Select the image(s) you want to paste from your phone

***

### Image Size

* To set the default image size when inserting to UpNote, go to **Settings > Editor > Default image size**.
* To adjust the size of an individual image, tap/click the image and choose **Small**, **Medium**, or **Large**.

  <div align="left"><figure><img src="/files/JB4DvbpToZmqYJwswmfN" alt="" width="532"><figcaption></figcaption></figure></div>

  * You can also resize manually by dragging the arrow at the bottom right corner of the image.
* If you want to align images horizontally or vertically, we recommend using a table and placing one image in each cell. Set the image size to "**Large**" so it fills the cell. This makes it easier to align and resize images by adjusting the cell widths/heights.<br>

  <figure><img src="/files/dVI2gYL5SRen1a16OlAo" alt=""><figcaption></figcaption></figure>

***

### Image Compression

UpNote automatically compresses images to keep syncing fast and reduce storage demand. Images under 1MB remain unchanged. For larger files, UpNote resizes the image so its shortest side is 1000px, then applies 90% quality compression.

***

### Editing and Annotating Images in UpNote

UpNote does not currently support in-app image editing or annotation tools. However, you can still edit and annotate images using your device’s built-in image editor on iOS, Mac, and Windows.

#### On Mac

1. Go to Settings → Editor → Attachments → uncheck the option “Open attachment in preview mode”.
2. Double-click the image in your note.\
   The image will open in your computer’s default image viewer/editor.
3. Edit or annotate the image as needed.
4. Save the image using **Cmd + S.**

Once saved, the updated image will automatically appear in UpNote.

#### On Windows

1. Double-click the image in your note to open it in the image viewer.
2. Click the **Edit** icon in the top toolbar.
3. Annotate or edit the image.
4. After finishing, click **Save** from the dropdown menu.

The edited image will be updated automatically in UpNote.

#### On iOS

1. Tap the image in your note.
2. Tap “**View**” in the center of the image.
3. Tap “**Edit**” in the bottom-left corner.
4. Tap the **Markup** icon in the bottom-right corner.\
   (You may need to tap the image again to make the toolbar appear.)
5. Add your annotations or edits.
6. Tap “**Done**” in the top-right corner to save your changes.

The edited image will then be updated in your note automatically.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.getupnote.com/write-and-edit/add-content-to-your-notes/images.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
