For this experiment, I wanted to do a magnifier hover effect. I took several screenshots for the images. I then load each image as a background image for two different elements and I adjust the scaling so that the "magnifier" has a larger scale. I then use JavaScript event handlers to listen to mouse movement changes and I adjust the background position on the magnifier so it looks like it is magnifying just the section being hovered over.