Image compare Section
A section for comparing before and after images.
A section for comparing before and after images.
- sectionType: image-compare
containerTag: section
# container settings
imageBefore:
src: '/assets/images/before-photo.jpg'
alt: 'Description of the image for accessibility'
caption: ''
imageAfter:
src: '/assets/images/after-photo.jpg'
alt: 'Description of the image for accessibility'
caption: ''
Property | Type | Required | Description |
---|---|---|---|
imageBefore | object | Yes | the before image |
imageAfter | object | Yes | the after image |
Property | Type | Required | Description |
---|---|---|---|
src | string | Yes | Path to the image file |
alt | string | Yes | Alternative text for accessibility |
caption | string | No | Optional caption text displayed below the image |