Image Comparison Slider

A utility to create a comparison slider between two images.

How to use

  1. Import blg.js and blg.css in your project.
  2. Add blg-image-comp in the div that contains the two images.

<div class="blg-image-comp">
  <img src="assets/first-image.jpg" alt="First Image"/>
  <img src="assets/second-image.jpg" alt="Second Image"/>
</div>
First Image Second Image
Copyright © 2022.