# Gallery with polaroid effect

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

Custom CSS for the polaroid effect images in gallery:

```css
.sg-columns-listing{
  background:#eee;
  padding:25px;
}

.sg-rg-gallery{
  border: 10px solid #fff;
  box-shadow: 0 2px 4px 
  rgba(0,0,0,.2);
  border-radius:2px;
}

.sg-rg-gallery .sg-rg-caption2 {
 background-color:#fff !important;
 color:#202020 !important; margin-bottom: 0px !important;
}

.sg-rg-gallery .sg-rg-caption2 h2 {
   margin-bottom: 0px !important;
}
```

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/vXc7eEIBznEnXRfYXLPR" 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-polaroid-effect.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.
