这里有没有人使用http://finnrudolph.de/ImageFlow/来调整我的图像大小,我希望它们看起来更大,我已经使用了设置...但是....那么有人可以帮助我吗?我希望imagesz以原始宽度和高度的80-90%显示
最佳答案
尝试增加以下属性的值:
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" />
关于javascript - ImageFlow显示默认宽度高度,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/3663655/