# Gallery with round images

A custom CSS will help you to decorate and display your uploaded images in the round. You can refer the  below provided CSS code to apply in your created gallery to show images in the round:

Custom CSS for the round images in gallery :

```css
.sg-rg-thumb{
	border-radius:50%;
	border: 3px solid #cecad8;
}
```

Copy the code above and paste it in the Custom CSS form of your gallery. This is how it will look as result.

<figure><img src="/files/1v9ikEWrFWeat4XWEdCd" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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://help.spicegems.com/spice-image-gallery/gallery-with-round-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.
