Package Description
Initial beta release.
Usage/Installation Instructions
Install via Package Management.
Then, use imageHERE by calling the chunk into your template or content, like this:
[[$imageHERE]]
An example with options:
[[$imageHERE?
&w=`600`
&h=`400`
&bg=`#555`
&fg=`#fff`
&text=`Custom Text`
&alt=`alt text here`
]]
- &w => width of placeholder. Defaults to 300.
- &h => height of placeholder. Defaults to 200.
- &bg => background color in hex format. MUST be used with &fg in order to have effect.
- &fg => foreground (text) color in hex format. MUST be used with &bg in order to have effect.
- &text => custom text. Defaults to "width x height".
- &alt => add image alt text, if validation is important to you during prototyping ;)
Not shown here is the &attr property which allows you to insert any attribute you wish into the image element. For example: &attr=`class="myClass"`.
You can also set these properties in the Chunk properties tab, and then every usage of the Chunk will use that property set by default.
Details
- Developer(s)
- sepiariver
- Released
- 2012-11-08
- First seen
- 2012-11-03
- License
- GPLv2
- Supported databases
- MySQL
- Minimum MODX Requirement
- 2.2
imageHERE Releases
Vendor | Signature | Released on |
---|---|---|
MODX.com | 1.0.0-beta | 2012-11-08 (12 years ago) |