> For the complete documentation index, see [llms.txt](https://princeton-university-art-museu-1.gitbook.io/puam-mirador/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://princeton-university-art-museu-1.gitbook.io/puam-mirador/general/working-with-images.md).

# Working with Images

## Zoom In / Zoom Out

![An example of zooming into a point and back out](/files/5DK0iG8JId7CXCNNJZzO)

In order to zoom in on an image using only the mouse, hover the mouse cursor over the point you would like to zoom to and left-click the image. A single click increase the zoom level of the image by one increment, and successive clicks will continue to increase the zoom level until the maximum resolution has been reached. In order to zoom back out, hold the shift button and left click.

Keyboard: The keyboard shortcuts for zoom in/out are *shift + up/down arrow.*

## Pan

![An example of zooming in and panning across an image](/files/bWDdEhohvnKGteDMN3m8)

In addition to zoom, Mirador enables the user to pan across images, particularly useful when an image is zoomed to a level that fills the whole window. In order to pan an image, hover the cursor over the image and hold the left mouse button down. While continuing to hold the button down use the mouse to drag the image in the direction you would like to move.

Keyboard shortcuts for pan are the arrow keys.

## Navigating Multiple Images

![Cycling images using the previous/next controls](/files/uHQ2SAkZ9QMbGh0KOuEV)

Many Museum objects have multiple images that are grouped together in Mirador. While the first image displayed will always be the primary view of the object, additional images can be accessed and cycled through using the previous/next buttons located at the bottom of the window.

## Accessing Object Data

![](/files/W1jnUZxW5vNsXCvPrKlZ)

Along with high-resolution images, the Museum provides basic cataloguing data for it's objects in Mirador. This can be toggled on/off using the control at the upper right corner of the window.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://princeton-university-art-museu-1.gitbook.io/puam-mirador/general/working-with-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.
