Skip to content

Instantly share code, notes, and snippets.

@donaldallen
Created December 6, 2012 22:46
Show Gist options
  • Save donaldallen/4229183 to your computer and use it in GitHub Desktop.
Save donaldallen/4229183 to your computer and use it in GitHub Desktop.
Current
$('.slides').anystretch("<img width="2000" height="620" src="http://samu.ca/wp-content/uploads/2012/11/samu_header-1_mini.jpg" class="attachment-slider-img wp-post-image" alt="samu_header-1_mini" title="samu_header-1_mini" />");
Fixed
$('.slides').anystretch('<img width="2000" height="620" src="http://samu.ca/wp-content/uploads/2012/11/samu_header-1_mini.jpg" class="attachment-slider-img wp-post-image" alt="samu_header-1_mini" title="samu_header-1_mini" />');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment