Despite following the documentation correctly, I seem to be encountering an issue. There are no JavaScript errors and the DOM changes reflect my interactions. However, when I hover over the thumbnail, the larger image remains fixed at 0, 0. Removing the easyzoom.css file causes the larger image to move along the Y axis. Additionally, I am struggling to make the plugin work properly in a demo - http://codepen.io/jurbank/pen/QbbyGv
Given the challenges mentioned above, how can I ensure that EasySlider functions as intended in the documentation?
<div class="easyzoom">
<a href="http://i-like-robots.github.io/EasyZoom/example-images/1_zoom.jpg">
<img src="http://i-like-robots.github.io/EasyZoom/example-images/1_standard.jpg" alt="" />
</a>
var $easyzoom = $('.easyzoom').easyZoom();
var api = $easyzoom.data('easyZoom');