GitHub

Comparison

Before/after image comparison slider.

<rhx-comparison>

Examples

Before / After

Original photo
Grayscale version

Custom Position

Original photo
Grayscale version

Properties

Property Type Default Description
rhx-before string - URL of the "before" image
rhx-before-alt string - Alt text for the before image
rhx-after string - URL of the "after" image
rhx-after-alt string - Alt text for the after image
rhx-position int 50 Initial handle position as percentage

Accessibility

  • The slider handle has role="slider" with aria-valuenow reflecting the current position percentage.
  • Keyboard arrow keys adjust the slider position for users who cannot use a mouse or touch.
  • Both the before and after images have descriptive alt text for screen readers.