我正在使用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>
答案 0 :(得分:1)
在这里回答了这个问题:
答案 1 :(得分:0)
如果您改变图像尺寸和高度通常只是在安装硬币滑块
中进行$('#coin-slider').coinslider({ width: 960, height: 305 });