Skip to content

michalc/FullImage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FullImage

FullImage keeps an image at the full width or height of its container, while preserving aspect ratio. This can be useful in liquid layouts, or for a full-browser-width image gallery.

Note If only one dimension of the image container can change (as it typical with liquid layouts), you do not need this class. It is better to use CSS to make that dimension of the image 100%, and the other 'auto'.

Screenshot

How to use

For a single image

If your image has id 'myImage'

new FullImage($('myImage'));

For multiple images

If your images have class 'fullImages'

new FullImage($('.fullImages'));

A single "zoomed" image (no bands at sides or top and bottom)

new FullImage($('myImage'), {zoom: true});

Demos

About

MooTools plugin that keeps an image at the maximum height and width of its container while maintaining its aspect ratio

Resources

Stars

Watchers

Forks

Packages

No packages published