2013-03-26 35 views

回答

1

要使圖像出現在相反的順序變化

var photos = {}var photos = []

2.

photos[id] = {id:id,img:bsrc,width:bw,height:bh,th {src:t1src,width:t1w,height:t1h,zoom_src:t2src,zoom_factor:1.5}}; 

photos.push({id:id,img:bsrc,width:bw,height:bh,th:{src:t1src,width:t1w,height:t1h,zoom_src:t2src,zoom_factor:1.5}}); 

3. PhotoWall.load(PhotosArray)PhotoWall.load(PhotosArray.reverse())

這裏的工作jsfiddle example

+0

不幸的是,進行更改後,光牆不會加載。任何其他想法? – Biotic 2013-03-27 07:43:38

+0

如果您向您的網站提供一些代碼或網址,那麼協助您會容易得多 – OpherV 2013-03-27 07:47:08

+0

我的網站使用的是此處找到的代碼http://creotiv.github.com/jquery-photowall/example.html – Biotic 2013-03-27 07:55:28