这里有没有人用过http://finnrudolph.de/ImageFlow/,它可以调整我的图像大小,我想让它们看起来更大一些,我玩过settings...but....So,有人能帮我吗?我希望imagesz显示在80-90%的原始宽度和高度
发布于 2010-09-21 14:00:39
尝试增加以下属性的值:
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尝试:
此外,非常重要的是,不要忘记img上的height和width属性:
<img src="images/image1.jpg" width="400" height="275" alt="Image 1" />
发布于 2010-09-15 10:53:10
您尝试过imagesM设置吗?在您的案例中:
var imgFlow = new ImageFlow();
imgFlow.init({ImageFlowID: 'your-flow-id-goes-here', aspectRatio: 1.0, imagesM: 0.8这可能行得通。
发布于 2010-10-27 14:39:03
我以前用过一次,我想你需要调整一下"aspectRatio“。它的默认值是1.964,尝试更改该值,看看会得到什么结果。
https://stackoverflow.com/questions/3663655
复制相似问题