Advertisement
nlozovan

Untitled

Mar 25th, 2014
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. jQuery('.carousel-container', thisElem).css('margin-left', curentMargin+'%');
  2.  
  3. TO
  4.  
  5. jQuery('.carousel-container', thisElem).css('margin-left', curentMargin * 3 +'%');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement