Advertisement
kobial8

Isotop/Portfolio Type 2 | init.js Code

Feb 28th, 2015
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var theme = window.arman;
  2.  
  3. $( function () {
  4.     theme.onAppear();
  5. });
  6.  
  7. $(document).ready( function () {
  8.     theme.portfolioItem();
  9.       $('body').armanFitMedia();
  10. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement