jquery-anystretch
jquery-anystretch copied to clipboard
Change settings using data-* attributes
- Changed .bind() to .on()
- Allow user to change settings using data attributes
- Updated code style
- Updated README
Off topic... sorry for the double post.
I ran into accessibility issue <div class="example-class" data-stretch="example-image.jpg">
- it's looking for alt
tag but I can't add alt
tag inside div
Any solution?