> 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/thumbnail-view.md).

# Thumbnail View

The thumbnail view is composed of 3 parts:

* [The Header](#id-1.-the-header)
* [The Preview Page](#id-2.-the-preview-pane)
* [The Footer](#id-3.-the-footer)

The Thumbnail view possesses the following features:

* [Select image](#id-4.-select-image)
* [View original-sized image](#id-5.-view-original-sized-image)
* [Menu Access](#id-6.-menu-access)
* [Drag and Drop area](#id-7.-drag-and-drop-area)
* [Drag and Drop image](#id-8.-drag-and-drop-image)

## 1. The Header

The Header contains actionable buttons.

![](/files/HNEaRMBvDh4UVZiWlX7u)

## 2. The Preview Pane

The Preview Page displays an image thumbnail.

![](/files/z45p0403YfMCRM6Hs2K3)

## 3. The Footer

The footer will contain pagination if ever you have more images than the current allowed space for SharinPix can handle.

![](/files/UxqICLwrVJ2kH5tehi0I)

## 4. Select image

Each thumbnail allows you to select an image (using the check box upon the thumbnail).

![](/files/KtydkAB3liSWLR1cXmV7)

## 5. View original-sized image

Clicking on the thumbnail allows you to view the image in its original size.

![](/files/zJ3bZ46Bdo2b40EW5h5t)

## 6. Menu Access

The actionable buttons morph into a menu access when images are selected.

![](/files/uackq49aZqQ5qegSn87x)

## 7. Drag and Drop area

When the album is empty, the thumbnail view is turned into a drag and drop area.

![](/files/uezAH37MSnmLfKjIjRtD)

## 8. Drag and Drop image

When the album host images, you can still drag and drop images on any blank part (around the images).

![](/files/LHjWnNycMssJuEzQEEzX)


---

# 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/thumbnail-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.
