# vue-zoom-on-hover **Repository Path**: dataup/vue-zoom-on-hover ## Basic Information - **Project Name**: vue-zoom-on-hover - **Description**: responsive image with zoomed image on hover - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-10 - **Last Updated**: 2021-05-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-zoom-on-hover responsive image with zoomed image on hover.  [demo](https://intera.github.io/vue-zoom-on-hover/demo/main.html) (ctrl+click to open in new tab) this [vue.js](https://vuejs.org/) component displays an image with the width of the parent element and on hover shows the full image or a scaled image in the image area # installation include `zoomOnHover.js`, which registers the vue component and defines zoomOnHover, the variable for the component configuration object. also include `zoomOnHover.css`, which contains the needed styles # usage minimal example (with an example div as parent container) ```html