jquery-anystretch icon indicating copy to clipboard operation
jquery-anystretch copied to clipboard

Anystretch is a jQuery plugin that allows you to add a dynamically-resized background image to any page or block level element. The image will stretch to fit the page/element, and will automatically r...

Results 7 jquery-anystretch issues
Sort by recently updated
recently updated
newest added

It appears the http://wearyoubelong.com site referenced in https://github.com/danmillar/jquery-anystretch/blob/master/README.textile is no longer functional or expired.

Hey guys, I still use this plugin on almost every project I use, I know it's fallen down your list of things to manage. I'm more than happy to help...

I ran into accessibility issue `` - it's looking for `alt` tag but I can't add `alt` tag inside `div` Any solution?

- Changed .bind() to .on() - Allow user to change settings using data attributes - Updated code style - Updated README

The Callback parameter will be run when Anystretch is called directly. I needed a callback that would run anytime _adjustBG completed for a project that I am working on. I...

This adds a setting called `fallback` that is helpful when programmatically generating the name of the image to load, in case that the image might not exist. For instance, I...

The current implementation only allows the following use cases: ``` javascript $('#my_node').anystretch('path/to/image'); ``` and ``` javascript $.anystretch('path/to/image'); ``` I have a scenario where I'd like to have this work like...