簡體   English   中英

CarouFredSel將在Firefox中加載,但不會在Safari或Chrome中加載

[英]CarouFredSel will load in Firefox but not in Safari or Chrome

我想知道為什么會這樣。

我的頁面: LINK HERE

可以在Firefox中正常加載,但在Safari和Chrome中需要某種刷新才能正確執行...我不確定為什么會這樣。 有什么幫助嗎?

請指定圖片大小

使用HTML屬性:

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

通過CSS:

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

}

通過插件配置:

$("#foo").carouFredSel({

items   : {
    width   : 140,
    height  : 140
}

});

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

  1. 請在這里找到代碼http://jsfiddle.net/xnnN8/1/

  2. 在您的JqueryCarouFredsel-5.5.0.js中替換此代碼

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM