2010-09-08 83 views

回答

0

您是否試過了imagesM設置? 在你的情況:

var imgFlow = new ImageFlow(); 
imgFlow.init({ImageFlowID: 'your-flow-id-goes-here', aspectRatio: 1.0, imagesM: 0.8 

這可能會工作。

+0

NOP,不工作 – Uffo 2010-10-07 18:02:33

2

嘗試增加以下性質中的值:

Name    Default value Purpose 
--------   ------------- ------- 
imageFocusM  1.0    Percent size of image in focus (1.0 = 100%) 
imagesHeight  0.67   Percent height of main div container (.67 = 67%) 
imagesM   1.0    Percent size of all images (not just in focus image) 
percentLandscape 118    Scale of landscape images 
percentOther  100    Scale of portrait or square images 

嘗試:

  1. imageFocusM = 1.8
  2. imagesHeight = 1.2
  3. imagesM = 1.8

此外,非常重要,不要忘了高度的IMG width屬性:

<img src="images/image1.jpg" width="400" height="275" alt="Image 1" />

0

我以前曾經使用過它,我想你需要調整「的aspectRatio」 。它默認爲1.964嘗試更改值,看看你得到什麼結果。

0
imagesM:   0.6,   /* Multiplicator for all images in percent */ 
0

試試這個,

$(window).load(function(){ 
    var reflection_2 = new ImageFlow(); 
    reflection_2.init({ 
      ImageFlowID: 'reflection_2', 
      imageCursor: 'pointer', 
      circular: true, 
      reflections: false, 
      buttons: true 
    }); 
}); 

加載窗口加載後您的ImageFlow插件