PHPackages                             innoweb/silverstripe-image-templated-shortcode - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Templating &amp; Views](/categories/templating)
4. /
5. innoweb/silverstripe-image-templated-shortcode

AbandonedArchivedSilverstripe-vendormodule[Templating &amp; Views](/categories/templating)

innoweb/silverstripe-image-templated-shortcode
==============================================

Render shortcode images using SS template

2.0.1(1y ago)0871BSD-3-ClausePHP

Since May 27Pushed 1y ago2 watchersCompare

[ Source](https://github.com/innowebau/silverstripe-image-templated-shortcode)[ Packagist](https://packagist.org/packages/innoweb/silverstripe-image-templated-shortcode)[ Docs](https://github.com/innowebau/silverstripe-image-templated-shortcode)[ RSS](/packages/innoweb-silverstripe-image-templated-shortcode/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (5)Used By (0)

Silverstripe Templated Image Shortcodes
=======================================

[](#silverstripe-templated-image-shortcodes)

This module is deprecated as it's functionality is now part of core since Silverstripe 5.3 (silverstripe/assets 2.3).

Overview
--------

[](#overview)

Renders image shortcodes (from the WYSIWYG editor) using the default SS image template `DBFile_image`.

This is useful if you want to use for example [resonsive images](https://github.com/heyday/silverstripe-responsive-images)or similar for your WYSIWYG images.

Requirements
------------

[](#requirements)

- Silverstripe Framework 5
- Silverstripe Assets 2

Note: this version is compatible with Silverstripe 5.

For Silverstripe 4, please see the [1 release line](https://github.com/innowebau/silverstripe-image-templated-shortcode/tree/1).

Installation
------------

[](#installation)

Install the module using composer:

```
composer require innoweb/silverstripe-image-templated-shortcode dev-master

```

Then run dev/build.

Usage
-----

[](#usage)

By default the module uses the SS `DBFile_image` template for the images. You can create your own in your theme or include the one from this module in your theme stack:

```
SilverStripe\View\SSViewer:
  themes:
    - '$public'
    - 'app'
    - 'yourtheme'
    - 'innoweb/silverstripe-image-templated-shortcode:/templates'
    - '$default'

```

You can also chage the template that is used:

```
Innoweb\ImageTemplatedShortcode\ImageShortcodeHandler:
  template: 'Your_Template'

```

If you use [resonsive images](https://github.com/heyday/silverstripe-responsive-images) or other image modules that use different templates, I suggest using a custom template for the short codes, so that the original `DBFile_image`stays unchaned for displaying images in the CMS. (e.g if your responsive image or lazy load functionality requires Javascript, that script might not be available in the CMS.)

License
-------

[](#license)

BSD 3-Clause License, see [License](license.md)

###  Health Score

30

—

LowBetter than 65% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90.9% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~253 days

Total

4

Last Release

685d ago

Major Versions

1.x-dev → 2.0.02023-03-19

### Community

Maintainers

![](https://www.gravatar.com/avatar/0d2e71d7787401a7bd4916062346163897f89f455d650ab32b5d60cd14825ad3?d=identicon)[xini](/maintainers/xini)

---

Top Contributors

[![xini](https://avatars.githubusercontent.com/u/1152403?v=4)](https://github.com/xini "xini (10 commits)")[![dizzystuff](https://avatars.githubusercontent.com/u/576903?v=4)](https://github.com/dizzystuff "dizzystuff (1 commits)")

---

Tags

silverstripeimagescmstemplatesshortcodeseditor

### Embed Badge

![Health badge](/badges/innoweb-silverstripe-image-templated-shortcode/health.svg)

```
[![Health](https://phpackages.com/badges/innoweb-silverstripe-image-templated-shortcode/health.svg)](https://phpackages.com/packages/innoweb-silverstripe-image-templated-shortcode)
```

###  Alternatives

[nathancox/customhtmleditorfield

Allows per-editor TinyMCE configurations and body classes in SilverStripe

168.7k](/packages/nathancox-customhtmleditorfield)[axllent/silverstripe-tiled-gridfield

Inline/tiled images in a Silverstripe GridField table

163.2k](/packages/axllent-silverstripe-tiled-gridfield)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
