> For the complete documentation index, see [llms.txt](https://docs.sharinpix.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sharinpix.com/documentation/features/user-interface/large-view.md).

# Large View

* [Access Large View](#access-large-view)
* [Elements of the Large View](#elements-of-the-large-view)
* [Navigation](#navigation)

## Access Large View

* Click on an image's thumbnail to open it in **Large View** mode.

![](/files/5QinhLaVLx2FndyZTERY)

* **Large View** mode activated.

![](/files/wS3XxItQ5i5sroDQ4mED)

## Elements of the Large View

The large view is composed of 3 main parts:

* [The toolbar on the top](#top-toolbar)
* [The preview pane](#preview-pane)
* [The footer information](#footer-information)

### Top Toolbar

* The toolbar contains several features for manipulating the currently selected image inside the **large view** :
  * Tagging
  * Show/Hide annotations
  * Download image
  * Show image in Fullscreen mode
  * Crop image
  * Show image information
  * Activate annotation mode
* The screenshot below shows the position of the toolbar within the large view.

![](/files/6cBf7NGFfHZ2ORVUCkLv)

### Preview Pane

* The preview pane displays the currently-selected image.

![](/files/J6vkZlXhb5FtGnhpUl12)

### Footer Information

* The footer information consists of the **title** and **description** of the currently-selected image.
* The screenshot shown below indicates the position of the footer information.

![](/files/A3W4qu6lWkL3tX0aISDP)

## Navigation

* You can navigate through images using the arrow on each side of the picture as well as the keyboard arrows and sliding with your thumb if you are on a touch device.
* The positions of these **arrows** are shown in the screenshot below.

![](/files/4mSB4Si02sMlM7VdMjl7)

{% hint style="success" %}
**Note:**&#x20;

Using the escape key at any time you will get back to the Thumbnail view.
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.sharinpix.com/documentation/features/user-interface/large-view.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
