Advertisement
Guest User

init.js

a guest
Jul 7th, 2012
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $(function(){
  2.    
  3.     $('.demo1').craftmap({
  4.         fullscreen: true,
  5.         image: {
  6.             width: 6000,
  7.             height: 6000
  8.         },
  9.             map: {
  10.             position: 'center'
  11.         }
  12.     });
  13.    
  14. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement