> 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-toolbar-crop.md).

# Large View: Toolbar – Crop

This article demonstrates how to make use of the crop option available from the SharinPix Album to crop an image.

To crop an image using SharinPix, you first need to open it in large view mode. This can be done by simply clicking on the image's thumbnail from the album as indicated below:

![](/files/JBTRNO7VEsgHwWAziYNi)

The example below shows the image when opened in large view mode:

![](/files/lXWr404xE2HPv4duSAvd)

## Access the Editing Mode

Now that the image is displayed in large view, you can access the toolbar.

On the toolbar, select the crop option to activate the **Editing Mode** by clicking on the **Crop** icon as demonstrated below:

![](/files/a6nKzr7ihJ8GCDRgzAxu)

The **Editing Mode** is depicted in the example below:

![](/files/XXIdScaSwFS2KVrTurDs)

The Editing Mode provides the following options:

1. **Rotate Left**: To apply a left rotation
2. **Rotate Right**: To apply a right rotation
3. **Aspect Ratio**: To select and apply an aspect ratio
4. **Reset**: To reset the crop frame
5. **Check**: To save the changes
6. **Close**: To close the Editing Mode

![](/files/NJ54uhwkmWOKL4AjU9QL)

## Crop the Image

To crop an image, select the **Aspect Ratio** option, then resize the crop frame from there:

![](/files/Wd1ElSAAR3VNthETtJgw)

![](/files/SVwXJwNfbOpeecMUAkDf)

{% hint style="success" %}
**Tip:**

As shown above, the Aspect Ratio feature provides different options (that is, 4:3, 1:1, 16:9 and free in this case). These options should be defined by the user in advance so as to be accessible.

For more information about the aspect ratio and how to set the values, refer to the next article or click on the following link:

[Large View: Toolbar - Crop with Aspect Ratios](/documentation/features/user-interface/large-view-toolbar-crop-with-aspect-ratios.md)
{% endhint %}

## Save the Cropped Image

To save your changes, simply click on the **Check** icon as shown below:

![](/files/ij1Gh1QVQMqQ72pOpP79)

And here is how the result should look like after saving the cropped image:

![](/files/c1GZCL0zcrUzMmLC9Ep6)

## How to Undo the Changes?

If you are not satisfied with the cropped image, you can undo your recent changes and readjust the crop frame. To do so, click on the **Crop** icon again as shown below:

![](/files/RnFTIkgrw0Gz2Xn0mL9g)

This action will open the Editing Mode.

In the Editing Mode, go ahead and readjust the crop frame and save your new changes when done.

![](/files/JroLZfIy5QQbHCf6qtCY)


---

# 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-toolbar-crop.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.
