Skip to content

Instantly share code, notes, and snippets.

@rossnelson
Created October 1, 2011 22:35
Show Gist options
  • Save rossnelson/1256752 to your computer and use it in GitHub Desktop.
Save rossnelson/1256752 to your computer and use it in GitHub Desktop.
Swapper's potential usage
$(document).ready(function() {
$('.swap').swapper();
// or
$('.video_swap').swapper({
destination: 'video',
link_attr: 'href',
video_width: 526,
video_height: 296
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment