Skip to content

Instantly share code, notes, and snippets.

@tatarjr
Last active August 29, 2015 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tatarjr/cd8072909033d4d5c085 to your computer and use it in GitHub Desktop.
Save tatarjr/cd8072909033d4d5c085 to your computer and use it in GitHub Desktop.
// Call & init
$(document).ready(function(){
$('.ba-slider').each(function(){
var cur = $(this);
// Adjust the slider
var width = cur.width()+'px';
cur.find('.resize img').css('width', width);
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment