Skip to content

stowball/jQuery-rwdImages

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 

No longer maintained. This has been superceded by rwd.images.js

jQuery RWD Images

Allows responsive content images using the redux spacer technique (http://mattstow.com/experiment/responsive-images-redux/responsive-images-redux-jquery-plugin.html) to be shared and saved

The plugin has 2 default options which can be overwritten as required:

'display': 'inline-block' // Sets the display property of the images' wrapping .rwd_wrap span
'zindex': false // Sets the z-index property of the images' wrapping .rwd_wrap span

Usage:

Basic

$('img').rwdImages();

Overriding default options

$('img').rwdImages({
	'display': 'block',
	'zindex:' 1
});

About

Allows responsive content images using the redux spacer technique (http://mattstow.com/experiment/responsive-images-redux/responsive-images-redux-jquery-plugin.html) to be shared and saved

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published