> For the complete documentation index, see [llms.txt](https://help.spicegems.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.spicegems.com/spice-image-gallery/gallery-with-round-images.md).

# 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>
