2012-04-03 38 views

回答

0

請更新您的代碼在JqueryCarouFredsel-5.5.0.js頁面。

  1. 請在這裏找到http://jsfiddle.net/xnnN8/1/

  2. 代碼在你JqueryCarouFredsel-5.5.0.js

+0

如果您有任何疑問請讓我知道在[email protected] – Mahipal 2012-04-03 18:34:05

+0

我做到了。現在它不起作用.... – user1269725 2012-04-03 23:29:29

0

請註明您的圖像的大小替換此代碼

使用HTML屬性:

<img src="image1.jpg" width="140" height="140" /> 

通過CSS:

#foo img { 
width : 140px; 
height : 140px; 

}

經由插件配置:

$("#foo").carouFredSel({ 

items : { 
    width : 140, 
    height : 140 
} 

});

相關問題