---
title: "WT Content Image Gallery 1.1.0 - WebTolk websites development, Joomla Extensions"
description: "Creation, development and technical support of websites with Joomla CMS. Joomla website integration with Bitrix24 CRM and Amo CRM."
url: "https://web-tolk.ru/en/dev/joomla-plugins/wt-content-image-gallery/versions/1-1-0"
date: "2026-06-12T19:04:05+00:00"
language: "en-GB"
---

# WT Content Image Gallery - Version 1.1.0

**Category:** [Joomla plugins](https://web-tolk.ru/en/dev/joomla-plugins)

[!\[WT Content Image Gallery\](https://web-tolk.ru/images/swjprojects/projects/73/en-GB/icon.webp)](https://web-tolk.ru/en/dev/joomla-plugins/wt-content-image-gallery)

- **Download type:** Free
- **Version:** 1.1.0
- **Date:** 03 October 2023
- **Downloads:** 738

[Download](https://web-tolk.ru/en/get?version_id=288)

[Project](https://web-tolk.ru/en/dev/joomla-plugins/wt-content-image-gallery)[Versions](https://web-tolk.ru/en/dev/joomla-plugins/wt-content-image-gallery/versions)[GitHub](https://github.com/WebTolk/WT-Content-Image-Gallery)[JED](https://extensions.joomla.org/extension/photos-a-images/galleries/wt-content-image-gallery/)

Addition

### Added support for HTML5 video files

Added support for HTML5 video files - mp4, webm, ogv. All the ways to add files to the gallery define video files. For the video tag, according to the HTML5 specification, you need to specify the poster attribute - an image that will be shown as a splash screen before the video starts playing. The poster image file for the video must have the same name as the video file itself and be located in the same folder. Then the plugin will find and use it automatically.

Change

### Changes in output layouts

In the output layouts, conditions have been added by element type: photo or video. Look at the code in the standard layouts and make changes to your own in the image and likeness.

Addition

### New Output layout - Masonry

A new output layout has been added for the plugin - masonry. To work with this layout, you need to connect the script https://masonry.desandro.com manually or using the WT Masonry web asset plugin. This layout will display a "wall" of photos and videos similar to the Pinterest social network. Autoplay has been added for videos by default. You can copy this layout, rename it and make the necessary changes to the code.

## JSON-LD Schema

```json
{
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "@id": "https://web-tolk.ru/#/schema/BreadcrumbList/17",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "item": {
                "@id": "https://web-tolk.ru/en",
                "name": "Home"
            }
        },
        {
            "@type": "ListItem",
            "position": 2,
            "item": {
                "@id": "https://web-tolk.ru/en/dev",
                "name": "Joomla extensions"
            }
        },
        {
            "@type": "ListItem",
            "position": 3,
            "item": {
                "@id": "/en/dev/joomla-plugins",
                "name": "Joomla plugins"
            }
        },
        {
            "@type": "ListItem",
            "position": 4,
            "item": {
                "@id": "/en/dev/joomla-plugins/wt-content-image-gallery",
                "name": "WT Content Image Gallery"
            }
        },
        {
            "@type": "ListItem",
            "position": 5,
            "item": {
                "@id": "/en/dev/joomla-plugins/wt-content-image-gallery/versions",
                "name": "Versions"
            }
        },
        {
            "@type": "ListItem",
            "position": 6,
            "item": {
                "name": "WT Content Image Gallery 1.1.0"
            }
        }
    ]
}
```

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://web-tolk.ru/#/schema/Organization/base","name":"WebTolk","url":"https://web-tolk.ru/","logo":{"@type":"ImageObject","@id":"https://web-tolk.ru/#/schema/ImageObject/logo","url":"images/webtolk-1080p.jpg","contentUrl":"images/webtolk-1080p.jpg","width":1920,"height":1080},"image":{"@id":"https://web-tolk.ru/#/schema/ImageObject/logo"},"sameAs":["https://github.com/WebTolk","https://github.com/sergeytolkachyov","https://vk.com/web_tolk","https://vk.com/webtolkru","https://tenchat.ru/sergeytolkachyov","https://t.me/sergeytolkachyov","https://t.me/webtolkru"]},{"@type":"WebSite","@id":"https://web-tolk.ru/#/schema/WebSite/base","url":"https://web-tolk.ru/","name":"WebTolk websites development, Joomla Extensions","publisher":{"@id":"https://web-tolk.ru/#/schema/Organization/base"}},{"@type":"WebPage","@id":"https://web-tolk.ru/#/schema/WebPage/base","url":"https://web-tolk.ru/en/dev/joomla-plugins/wt-content-image-gallery/versions/1-1-0","name":"WT Content Image Gallery 1.1.0 - WebTolk websites development, Joomla Extensions","description":"Creation, development and technical support of websites with Joomla CMS. Joomla website integration with Bitrix24 CRM and Amo CRM.","isPartOf":{"@id":"https://web-tolk.ru/#/schema/WebSite/base"},"about":{"@id":"https://web-tolk.ru/#/schema/SoftwareApplication/base"},"inLanguage":"en-GB","breadcrumb":{"@id":"https://web-tolk.ru/#/schema/BreadcrumbList/17"}},{"@type":"SoftwareApplication","name":"WT Content Image Gallery 1.1.0","url":"https://web-tolk.ru/en/dev/joomla-plugins/wt-content-image-gallery/versions/1-1-0","description":"Image and video gallery plugins package for insertion into Joomla articles and modules, as well as wherever the content group plugins work.","applicationCategory":"Joomla plugins","softwareVersion":"1.1.0","downloadUrl":"https://web-tolk.ru/en/get?version_id=288","datePublished":"2023-10-03 08:36:52","image":"https://web-tolk.ru/images/swjprojects/projects/73/en-GB/icon.webp","mainEntityOfPage":{"@type":"WebPage","url":"https://web-tolk.ru/en/dev/joomla-plugins/wt-content-image-gallery/versions/1-1-0"},"operatingSystem":"ANY","interactionStatistic":[{"@type":"InteractionCounter","interactionType":"https://schema.org/DownloadAction","userInteractionCount":738}],"softwareRequirements":"Joomla 4.3.4","applicationSubCategory":"1.1.0","isAccessibleForFree":true,"releaseNotes":"Addition: Added support for HTML5 video files. Added support for HTML5 video files - mp4, webm, ogv. All the ways to add files to the gallery define video files. For the video tag, according to the HTML5 specification, you need to specify the poster attribute - an image that will be shown as a splash screen before the video starts playing. The poster image file for the video must have the same name as the video file itself and be located in the same folder. Then the plugin will find and use it automatically. Change: Changes in output layouts. In the output layouts, conditions have been added by element type: photo or video. Look at the code in the standard layouts and make changes to your own in the image and likeness. Addition: New Output layout - Masonry. A new output layout has been added for the plugin - masonry. To work with this layout, you need to connect the script https://masonry.desandro.com manually or using the WT Masonry web asset plugin. This layout will display a "wall" of photos and videos similar to the Pinterest social network. Autoplay has been added for videos by default. You can copy this layout, rename it and make the necessary changes to the code. "}]}
```
