使用步骤
引用
1 2 3 4 5 | < link rel = "stylesheet" type = "text/css" href = "styles.css" > < link rel = "stylesheet" type = "text/css" href = "photoShoot/jquery.photoShoot-1.0.css" > < script type = "text/javascript" src = "js/jquery-1.4.2.min.js" ></ script > < script type = "text/javascript" src = "photoShoot/jquery.photoShoot-1.0.js" ></ script > < script type = "text/javascript" src = "js/script.js" ></ script > |
script.js 中可修改图片地址
1 2 3 4 5 6 | var pics = new Array( { url:'http://farm4.static.flickr.com/3595/3405361333_77f2a5e731_b.jpg', size:{x:1024,y:677}}, { url:'http://farm4.static.flickr.com/3028/2753126743_4249a4e948_b.jpg', size:{x:1024,y:768}}, { url:'http://farm4.static.flickr.com/3641/3595250019_5a1237899a_b.jpg', size:{x:1024,y:768}}, { url:'http://farm3.static.flickr.com/2592/4018062274_1f7f23597d_o.jpg', size:{x:1158,y:756}} ); |