Estate detail intro item

  •         {% include "@Components/items/estate-detail-intro-item/estate-detail-intro-item.twig" with {
        props: {
           img_props: {
            src: "images/examples/FV3GConVSss-1356x904.jpeg",
            alt: ""
          },
          href: "images/examples/FV3GConVSss-1356x904.jpeg"
        }
      }
    %}
    
          
  •           <a href="images/examples/FV3GConVSss-1356x904.jpeg" data-fancybox="data-fancybox" data-caption="" data-bg="images/examples/FV3GConVSss-1356x904.jpeg" class="i-estate-detail-intro__img u-img-hover gallery-item gallery-1">
          <div class="img">
          <picture>
        
        <img src="images/examples/FV3GConVSss-1356x904.jpeg" alt="" loading="lazy" draggable="false">
      </picture>
    </div>
      </a>
    
            

Schema

    {
  "props": {
    "href": {
      "type": "string",
      "description": "Item fancybox href"
    },
    "img_props": {
      "type": "string",
      "description": "All props are documented by the component `img`."
    },
    "overview_item_props": {
      "type": "string",
      "description": "All props are documented by the component `overview-item`."
    }
  }
}