图像滑块仅调整大于固定尺寸的图像大小?

发布于 2024-09-29 09:31:55 字数 145 浏览 4 评论 0原文

我需要一个图像滑块,它在需要时调整图像大小(图像的大小大于包含滑块的 div)。

我尝试过 AnythingSlider,但是当我将宽度和高度设置为包含滑块的 div 时,小于该 div 的图像会被拉伸。我不想让他们被拉长。

I need an image slider which resizes the images only if its needed (the size of the image is bigger than the div containing the slider).

I've tried with AnythingSlider, but when I set the width and height to the div containing the slider, the images that are smaller than the div are stretched. I don't want them to be stretched.

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

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

发布评论

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

评论(2

身边 2024-10-06 09:31:55

您只需检查 javascript/jquery 即可查看图像的大小。如果它比所需的尺寸大,您可以将其缩小。

You could just do a check in javascript/jquery to see what the size of the image is. If it's bigger than the desired dimension you can just scale it down.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文