imagezoom.admin.inc |
imagezoom.admin.inc |
|
Provides admin functions for the Image Zoom module. |
imagezoom.css |
css/imagezoom.css |
|
div#zoom-img-wrapper {
position: absolute;
top: 0px;
overflow: hidden;
z-index: 1000;
}
div#zoom-img-wrapper.popup {
left: 75%;
width: 400px;
height: 300px;
border: 5px solid #000;
background: #fff;
}
div#zoom-img-wrapper.inner {
… |
imagezoom.info |
imagezoom.info |
|
name = Image Zoom
description = Provides an field formatter to zoom an image while hovering over it.
core = 7.x
configure = admin/config/media/imagezoom
dependencies[] = image |
imagezoom.install |
imagezoom.install |
|
Provides uninstall functions for the Image Zoom module. |
imagezoom.module |
imagezoom.module |
|
Provides an Image Zoom field formatter for Image fields. |
README.txt |
README.txt |
|
Overview
--------
This module provides an field formatter to zoom an image while hovering over
it. An image style is selected for the default display image, and an additional
style is selected to be used as the zoomed image. When a user hovers over… |