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

发布于 2024-12-11 02:05:43 字数 393 浏览 1 评论 0原文

我正在使用 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>

I am using jquery coinslider , What I am looking for is to fix the image size and height , Is there any plugins out there which can automatically change the height and width of an image to certain pixels.

<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>

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

找个人就嫁了吧 2024-12-18 02:05:43

如果您想更改图像大小和高度,通常只需在安装 coinlider 时进行即可

$('#coin-slider').coinslider({ width: 960, height: 305 });

If you wana change the image size and hight generaly just do it in the instalation of coinslider

$('#coin-slider').coinslider({ width: 960, height: 305 });
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文