> 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/faqs/low-resolution-picture-displayed.md).

# Low resolution picture displayed

## Problem analysis

When you click on SharinPix thumbnail it display the image in large view.

This view can happen to show a lower resolution version of the image than expected, most of the time this could be corrected/enhanced easily depending on the use case.

## Case 1 : Display in large screen

If you are using the high resolution screen, you may want the very high resolution version of the image to be displayed in large view.

To do so you can use the engine icon from the Toolbar and choose HR version.

## Case 2 : Zoom in picture is needed

If you want to see some details, you may want to zoom in the picture.

This could be done by just double click (or double tap on a touch device).

## Case 3 : Vectorial file is rendered into low resolution

When submitting a vectorial file to SharinPix, we render the image as a raster (webp, png or jpeg) format.

The size and resolution of the picture is depending on parameters included in the original file.

As example, for an AI file we use the artboard size parameter from Adobe Illustrator parameters.\
if you get a 500x500 pixels artboard size in your AI file it will be so rendered into a 500x500 pixels raster version in SharinPix.

To modify this, you should get into the original file and change this value. This is how to do it for AI <https://www.wikihow.com/Change-Artboard-Size-in-Adobe-Illustrator>


---

# 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/faqs/low-resolution-picture-displayed.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.
