# blockenberg/2.0.13/blocks/hovering-image-stack/block.json

Blockenberg — 600+ Advanced Gutenberg Blocks &amp; AI Agent for WordPress Block Editor, version 2.0.13. 117 lines.

- Page: https://pluginprobe.com/plugins/blockenberg/2.0.13/code/blocks/hovering-image-stack/block.json
- Raw: https://pluginprobe.com/plugins/blockenberg/2.0.13/raw/blocks/hovering-image-stack/block.json
- Modified: 2026-09-12T16:20:02+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/blockenberg/2.0.13/code/blocks/hovering-image-stack/block.json#L10-L20`.

```json
{
    "apiVersion": 3,
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "name": "blockenberg/hovering-image-stack",
    "title": "Hovering Image Stack",
    "category": "bkbg-effects",
    "description": "A stack of images arranged in a fan/cascade that spreads outward on hover revealing all images.",
    "keywords": [
        "images",
        "stack",
        "fan",
        "hover",
        "cascade",
        "gallery"
    ],
    "textdomain": "blockenberg",
    "editorScript": "bkbg-hovering-image-stack-editor",
    "style": "bkbg-hovering-image-stack-style",
    "viewScript": "bkbg-hovering-image-stack-frontend",
    "supports": {
        "html": false,
        "anchor": true,
        "className": true,
        "align": [
            "wide",
            "full"
        ]
    },
    "attributes": {
        "images": {
            "type": "array",
            "default": [
                {
                    "url": "",
                    "alt": "Image 1",
                    "caption": ""
                },
                {
                    "url": "",
                    "alt": "Image 2",
                    "caption": ""
                },
                {
                    "url": "",
                    "alt": "Image 3",
                    "caption": ""
                },
                {
                    "url": "",
                    "alt": "Image 4",
                    "caption": ""
                }
            ]
        },
        "spreadMode": {
            "type": "string",
            "default": "fan"
        },
        "spreadAngle": {
            "type": "number",
            "default": 15
        },
        "spreadDist": {
            "type": "number",
            "default": 60
        },
        "imageWidth": {
            "type": "number",
            "default": 200
        },
        "imageHeight": {
            "type": "number",
            "default": 280
        },
        "imageRadius": {
            "type": "number",
            "default": 16
        },
        "showCaption": {
            "type": "boolean",
            "default": false
        },
        "captionSize": {
            "type": "number",
            "default": 13
        },
        "shadowStrength": {
            "type": "number",
            "default": 30
        },
        "borderWidth": {
            "type": "number",
            "default": 3
        },
        "borderColor": {
            "type": "string",
            "default": "#ffffff"
        },
        "bgColor": {
            "type": "string",
            "default": "transparent"
        },
        "captionColor": {
            "type": "string",
            "default": "#0f172a"
        },
        "captionBg": {
            "type": "string",
            "default": "#ffffff"
        },
        "captionTypo": {
            "type": "object",
            "default": {}
        }
    }
}

```
