<div id="img-container" style="width: 400px">
	<img src="https://unsplash.it/1200/900">
</div>
var options = {
	width: 400,
	zoomWidth: 500,
	offset: { vertical: 0, horizontal: 10 }
};
new ImageZoom(document.getElementById("img-container"), options);

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

  1. https://unpkg.com/js-image-zoom@0.7.0/js-image-zoom.js