image-stretcher
v1.0.0
Published
image-stretcher.js
Readme
ImageStretcher.js
Reference ashhitch/ImageStretcher.js
Installation
bower install image-stretcheror
npm install image-stretcherUsage
function initBackgroundResize() {
jQuery('.visual-area').each(function() {
ImageStretcher.add({
container: this,
image: 'img.bg-stretch'
});
});
}