Skip to content

Instantly share code, notes, and snippets.

@procload
Created September 12, 2012 14:46
Show Gist options
  • Save procload/3707122 to your computer and use it in GitHub Desktop.
Save procload/3707122 to your computer and use it in GitHub Desktop.
$('.carousel-item').each ->
pattern = /url\(|\)|"|'/g;
background = $(this).css('backgroundImage').replace(pattern,"");
console.log background
$(this).anystretch background
positionX: 'right'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment