imagezoom.api.php |
imagezoom.api.php |
|
Hook documentation for the Image Zoom module. |
imagezoom.drush.inc |
imagezoom.drush.inc |
|
Drush integration for Image Zoom. |
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
dependencies[] = libraries |
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. |
imagezoom_gallery.info |
modules/imagezoom_gallery/imagezoom_gallery.info |
|
name = Image Zoom Gallery
description = Provides a gallery formatter for the Image Zoom module.
core = 7.x
dependencies[] = imagezoom
dependencies[] = jquery_update |
imagezoom_gallery.module |
modules/imagezoom_gallery/imagezoom_gallery.module |
|
Provides a gallery formatter for the Image Zoom module. |
imagezoom_gallery.tpl.php |
modules/imagezoom_gallery/theme/imagezoom_gallery.tpl.php |
|
Template for an Image Zoom gallery. |
imagezoom_image.tpl.php |
theme/imagezoom_image.tpl.php |
|
Template for an Image Zoom image. |
imagezoom_thumb.tpl.php |
modules/imagezoom_gallery/theme/imagezoom_thumb.tpl.php |
|
Template for an Image Zoom thumbnail image. |
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… |