Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

image zoom


$ ImageView plugin

This is my next jQuery plugin which can help you to create image viewing in your site more useful.
You can download this plugin only on 4coder.info

Image Zoom & Pan Gallery

AJAX-ZOOM is a powerful image zoom & pan gallery plugin based on jQuery (JavaScript) and PHP. It is a completely packaged solution to present high resolution images on the web. With over 250 options AJAX-ZOOM is very flexible and can be seamlessly integrated into any website - branding free! AJAX-ZOOM also doesn't require any browser plugins such as Flash, Java or Silverlight. It's all cross-browser javascript and PHP.

KoalaZoom

This plugin makes images in an unordered list to zoom in on mouse hover and displays relative information. You can configure how much the images will be zoomed as well as what the effect will be.

Simple Image Panner and Zoomer

Simple Image Panner lets you partially clip and confine large images on your site to a smaller container to save space, with the hidden portion accessible by dragging -or panning- inside the image. The optional zoom feature lets the user zoom in and out of the image at the same time. This script is great for embedding large images on your page that users may also want to zoom in on to get a closer look.

# Visual Lightbox - Create fantastic lightbox-style galleries and slideshows. jQuery LightBox Plugin.

Visual Lightbox is a jQuery plugin for lightbox-style photo galleries and slideshows.

Visual jQuery LightBox Features

  • Slideshow with autostart option
  • Thumbnail and code generator for Windows & MAC
  • XHTML compliant
  • Zoom effect with overlay shadow
  • Rounded corners of overlay window
  • Large images fit to browser window
  • Overlay floating - image floats on scroll staying always visiable
  • Smooth cross-fade transition & animation
  • Image preloading after the page is loaded
  • Keyboard navigation
  • Graceful degradation when javascript is not available
  • A lot of nice gallery themes

zooma

This plugin was created to support web developers with nice zoom feature that is present on modern web-sites.

It was verified in all modern browsers:
- IE7
- IE8
- Chrome 3.0.17
- Apple Safari 4.0.2
- FireFox 3.5
- FireFox 3.0.14 (Linux)
- Opera 9.64 (Linux)
- Opera 10.0 (Linux)

That doesn't mean that it will not work in other browsers. Just follow the example page and check the browser that you are interested in:
http://www.jqueryzoomplugin.net/

You can download complete project distribution with samples at
http://code.google.com/p/zooma/

Developed by Ignat Alexeyenko
http://alexeyenko.net/

This plugin is distributed via GPL or MIT licences making it available for use in commercial projects.

Thanks, Mr. Justin Robert Wehrman - the developer of imageDetail plugin. Your plugin helped me in development of my own plugin.

You can find more info about imageDetail at
http://exertionist.com/ImageDetail/

gzoom

Zoom an image inside a frame using ui.slider to chose the zoom factor, moving the pan on mouse hover, and open in a lightbox

miniZoomPan

A tiny plugin to pan big images.
Create e DIV with an unique ID, place an image inside:
<div id="zoom01">
<img src="leaf_s.jpg" />
</div>
initialize like that:
$(function() {
$("#zoom01").miniZoomPan({
sW: 200,
sH: 250,
lW: 370,
lH: 462
})
});

As you can see you MUST enter both dimensions: small and large.
The small image MUST contains "_s.jpg" as the final part of the file name, and "_l.jpg" for the final part of the large one.
When hovered, the image inside the DIV will alter its SRC and will load another image; the image should be bigger and you will be able to pan (bigger image will move in relation to mouse position).
A tiny plugin useful for an online store catalogue, where for example, you can zoom and pan the image of a t-shirt without using modal windows.

WarpZoom

WarpZoom is a plugin similar to JQZoom but you move directly on the magnified zone instead of moving on the smaller image.