Javascript 图像圆角

发布于 2024-08-19 09:52:36 字数 154 浏览 2 评论 0原文

我需要显示带有圆角的图像。很久以前,我看到一个网站使用 JavaScript 库来执行此操作,该库将圆角图像覆盖在普通图像上。

我们是否有任何 javascript 库(最好是 jQuery 插件)可以直接对 img 标签执行此操作,而不是使用 jg 图像作为 div 的背景?

I need to display images with rounded corner. Long time back I saw a website doing this using a javascript library that overlayed the rounded corner image over the normal image.

Do we have any javascript library (preferably jQuery plugin) to do this directly to img tags rather than usijg image as background for a div?

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

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

发布评论

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

评论(1

溺渁∝ 2024-08-26 09:52:36

您可以将 CSS3 border-radius 应用于 img 元素,但结果有点不稳定。亲自查看: http://jsbin.com/exiha 这解释了为什么您正在谈论的覆盖层是一种必需品。

jQuery Corner 插件 可与图像一起使用:http://www.malsup.com/jquery/corner/image.html

You can apply CSS3 border-radius to img elements, but the results are a bit wonky. See for yourself: http://jsbin.com/exiha This explains why the overlay you’re talking about is a necessity.

The jQuery Corner Plugin can be used with images: http://www.malsup.com/jquery/corner/image.html

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