Responsive
Atoms
FormLabel
Default
Molecules
ContactDetails
Default
Organisms
HeaderMinimal
Default
ServicesGroupFinderBlock
With Results No Results

ImageZoom / Image with Zoom Enabled

Image with zoom functionality enabled

Layout
Properties
JSON format (e.g., [{"LinkText":"Home","LinkUrl":"/"}])
JSON format (e.g., [{"LinkText":"Home","LinkUrl":"/"}])
Component Code
@await Html.PartialAsync("~/Components/Molecules/ImageZoom/ImageZoom.cshtml", new ImageZoomProps
{
"ImageHtml": {},
"Caption": "This image has zoom enabled - click the zoom button to expand",
"ZoomImageCrops": [
"https://picsum.photos/id/1/1344/576",
"https://picsum.photos/id/1/1344/672",
"https://picsum.photos/id/1/1344/756",
"https://picsum.photos/id/1/1344/896"
],
"ModifierClasses": "center"
})
♿ Accessibility