123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- Image Gallery Block
- ===================
- Creates and displays a collage of images from a collection.
- Each image in the **Image gallery** is a link that will open a larger version of the image.
- Example:
- .. figure:: images/image_gal_example.jpeg
- :alt: A web page with an image gallery block.
- A web page with an image gallery block.
- Field Reference
- ---------------
- Fields and purposes:
- * **Collection** - Choose the image collection to display as a Gallery
- The default collection is ``ROOT`` which will choose all of the images on the site. You can, however, create custom
- image collections.
- How To Create A Collection
- --------------------------
- 1. Go to **Settings > Collections**.
- 2. Click the **Add a Collection** button on the top right-hand corner.
- 3. Name the collection and click create. (This one is called "Pixabay Images")
- .. figure:: images/image_gal_add_collection.jpeg
- 4. Go to **Images** and click on each image that you want to add to the collection. (We chose all the images we used from `Pixabay <https://pixabay.com/>`_ in the tutorial)
- .. figure:: images/image_gal_selected.jpeg
- 5. Choose **Add to collection** at the bottom of the browser window. This will redirect you to another page.
- 6. Choose the collection.
- .. figure:: images/image_gal_choose_collection.jpeg
- 7. Select **Yes, add**.
- Once you have created a Collection, it will become available in the Image Gallery block.
- .. figure:: images/image_gal_block.jpeg
- :alt: Our collection choice for the image gallery block
- Our collection choice for the image gallery block
- The images will display in a row. When the image is clicked on, it will become a popup image for better viewing.
- .. figure:: images/image_gal_preview.jpeg
- :alt: Our published image gallery
- Our published image gallery
- Now you can click on any of the images and it will bring up a large version.
- .. figure:: images/image_gal_user_selected.jpeg
|