有沒有人在這裏與http://finnrudolph.de/ImageFlow/合作調整了我的圖像,我希望他們看起來更大,我已經玩過設置......但....所有人都可以幫助我嗎?我想將imagesz顯示爲原始寬度和高度的80-90%ImageFlow顯示默認寬度高度
5
A
回答
0
您是否試過了imagesM設置? 在你的情況:
var imgFlow = new ImageFlow();
imgFlow.init({ImageFlowID: 'your-flow-id-goes-here', aspectRatio: 1.0, imagesM: 0.8
這可能會工作。
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
嘗試:
- imageFocusM = 1.8
- imagesHeight = 1.2
- 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插件
相關問題
- 1. Cordova mac默認窗口高度寬度
- 2. IFrame的默認寬度/高度
- 3. Iframe默認高度
- 4. 默認UIPickerView高度
- 5. 如何更改ATL控件的默認寬度和高度?
- 6. 默認警報對話框按鈕的高度和寬度
- 7. 默認的寬度和高度的視圖與wrap_content
- 8. 設置寬度爲100%,但高度是默認
- 9. 「寬度」和「高度」默認設置的差異
- 10. 如何設置默認操作欄的高度和寬度?
- 11. Wordpress替換圖像的默認寬度和高度值
- 12. 如何設置aspx網頁的默認高度/寬度?
- 13. UIPickerView中組件的高度和寬度的默認值
- 14. changin下拉列表的默認寬度和高度
- 15. ckeditor-ckfinder上傳圖像的默認屬性(寬度和高度)
- 16. 內部形式的默認高度和寬度
- 17. CKEDITOR默認tabble寬度
- 18. 覆蓋默認表寬度
- 19. 默認div的高度
- 20. 默認TreeView項目高度
- 21. 寬度和高度
- 22. WPF高度/寬度
- 23. 高度和寬度
- 24. iPhone顯示寬度
- 25. 動畫寬度的李然後返回到默認寬度
- 26. 設置默認寬度和最小寬度屬性
- 27. WPF DockPanel不對接/默認固定寬度和最小寬度
- 28. 第一次顯示之前獲取視圖寬度/高度或字體寬度/高度/其他尺寸
- 29. 將WPF寬度/高度轉換爲VB 6寬度/高度
- 30. WP7組圖片元件高度/寬度的BitmapImage高度/寬度
NOP,不工作 – Uffo 2010-10-07 18:02:33