# Exercise 8.11 (Challenge): An image gallery

![Image of image gallery](/files/-LzEdJIJZfP21iVDyaAY)

With the member list you created a grid-based view of members’ profiles. Now, create a gallery of images from the **News and Media** published on your site.

* If you don’t have **News and Media** articles with images, use the Devel Generate tool to create them.
* Alter the display of the Thumbnails to show up as square images.
* Make a view to display the images in a grid to create a simple gallery.


---

# 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://salsa-digital.gitbook.io/govcms-site-builder/unit-8-site-building-exercises/employee-list-and-custom-profiles/exercise-8-11-an-image-gallery.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.
