使用Coin滑块自动设置图像宽度和高度

时间:2011-10-19 12:40:59

标签: jquery css jquery-plugins

我正在使用jquery coinslider,我正在寻找的是修复图像大小和高度,是否有任何插件可以自动将图像的高度和宽度更改为某些像素。

<div id='coin-slider'>

<a href="#" target="_blank">

    <img src='@img01.jpg' > //size should be 960 x 305 , cant use height and width as it will disturb the pixel definition  </a> </div>

2 个答案:

答案 0 :(得分:1)

在这里回答了这个问题:

  

Resize issue with coin slider

答案 1 :(得分:0)

如果您改变图像尺寸和高度通常只是在安装硬币滑块

中进行
$('#coin-slider').coinslider({ width: 960, height: 305 });
相关问题