{
    "component": "image-component",
    "fixtures": [
        {
            "name": "default",
            "options": {
                "image": {
                    "src": "/example-assets/images/hero.jpg"
                },
                "caption": "<p>We provide services and information for residents, businesses and visitors to the London Borough of Camden. </p>"
            },
            "html": "<figure class=\"lbcamden-image-component\">\n        <picture class=\"lbcamden-image__wrapper\">\n  \n\n  \n\n  \n\n  <img\n    class=\"lbcamden-image \"\n    src=\"/example-assets/images/hero.jpg\"\n    alt=\"\"\n    \n    \n    \n    style=\"\"\n  />\n</picture>\n\n        <figcaption class=\"lbcamden-image-component__caption\"><p>We provide services and information for residents, businesses and visitors to the London Borough of Camden. </p></figcaption>\n    </figure>",
            "hidden": false
        },
        {
            "name": "no caption",
            "options": {
                "image": {
                    "src": "/example-assets/images/hero.jpg"
                }
            },
            "html": "<div class=\"lbcamden-image-component\"><picture class=\"lbcamden-image__wrapper\">\n  \n\n  \n\n  \n\n  <img\n    class=\"lbcamden-image \"\n    src=\"/example-assets/images/hero.jpg\"\n    alt=\"\"\n    \n    \n    \n    style=\"\"\n  />\n</picture>\n</div>",
            "hidden": false
        }
    ]
}