Displays a base image and an "x-ray" view of a second image where the mouse is pointing
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

11 lines
92 B

  1. canvas {
  2. position: absolute;
  3. }
  4. img {
  5. display: none;
  6. }
  7. #overlay {
  8. z-index: 1;
  9. }