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

ImageZoom / Zoom with Long Caption

Tests zoom with extended caption text

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 is a much longer caption that demonstrates how the zoom component handles extensive text content in both the main view and the modal view. The caption should display properly in both contexts.",
"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