# blockenberg/2.0.7/blocks/image-magnifier/block.json

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

- Page: https://pluginprobe.com/plugins/blockenberg/2.0.7/code/blocks/image-magnifier/block.json
- Raw: https://pluginprobe.com/plugins/blockenberg/2.0.7/raw/blocks/image-magnifier/block.json
- Modified: 2026-03-06T12:32:40+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.7/code/blocks/image-magnifier/block.json#L10-L20`.

```json
{
    "apiVersion": 3,
    "name": "blockenberg/image-magnifier",
    "title": "Image Magnifier",
    "category": "bkbg-media",
    "icon": "search",
    "description": "Image with a zoom lens that follows the cursor on hover — perfect for product photography and detail shots.",
    "keywords": [
        "magnifier",
        "zoom",
        "image",
        "lens",
        "hover",
        "product"
    ],
    "textdomain": "blockenberg",
    "editorScript": "bkbg-image-magnifier-editor",
    "editorStyle": "bkbg-image-magnifier-style",
    "style": "bkbg-image-magnifier-style",
    "viewScript": "bkbg-image-magnifier-frontend",
    "supports": {
        "html": false,
        "anchor": true,
        "className": true
    },
    "attributes": {
        "imageUrl": {
            "type": "string",
            "default": ""
        },
        "imageId": {
            "type": "number",
            "default": 0
        },
        "alt": {
            "type": "string",
            "default": ""
        },
        "caption": {
            "type": "string",
            "default": ""
        },
        "showCaption": {
            "type": "boolean",
            "default": false
        },
        "captionColor": {
            "type": "string",
            "default": "#6b7280"
        },
        "width": {
            "type": "number",
            "default": 600
        },
        "align": {
            "type": "string",
            "default": "center"
        },
        "imageRadius": {
            "type": "number",
            "default": 8
        },
        "zoomFactor": {
            "type": "number",
            "default": 250
        },
        "lensSize": {
            "type": "number",
            "default": 150
        },
        "lensShape": {
            "type": "string",
            "default": "circle"
        },
        "lensBorderColor": {
            "type": "string",
            "default": "#6c3fb5"
        },
        "lensBorderWidth": {
            "type": "number",
            "default": 2
        },
        "lensShadow": {
            "type": "boolean",
            "default": true
        },
        "effectType": {
            "type": "string",
            "default": "lens"
        },
        "previewWidth": {
            "type": "number",
            "default": 300
        },
        "previewHeight": {
            "type": "number",
            "default": 300
        },
        "previewBorder": {
            "type": "string",
            "default": "#e5e7eb"
        },
        "previewRadius": {
            "type": "number",
            "default": 8
        },
        "hint": {
            "type": "string",
            "default": "Hover to zoom"
        },
        "showHint": {
            "type": "boolean",
            "default": true
        },
        "hintColor": {
            "type": "string",
            "default": "#9ca3af"
        },
        "captionFontSize": {
            "type": "number",
            "default": 13
        },
        "captionFontWeight": {
            "type": "number",
            "default": 400
        },
        "captionLineHeight": {
            "type": "number",
            "default": 1.4
        },
        "captionTypo": {
            "type": "object",
            "default": {}
        }
    }
}

```
