Zoom images to cinema mode
Check out the demo
There are two ways of installing cinema-zoom
$ npm install cinema-zoom
import 'cinema-zoom';
<script src="cinema-zoom.min.js"></script>
Add a data-cz-zoom
data attribute with a path to a larger version of the the image you want to zoom.
<img src="path/to/image.png" data-cz-zoom="/path/to/larger/image.png"/>
That's all :)