image icon indicating copy to clipboard operation
image copied to clipboard

🖼 React Image Component

Results 53 image issues
Sort by recently updated
recently updated
newest added

可否补个参数来在1的时候也放开缩小功能?

getImgRef似乎并没有发挥预期的作用,onLoad()方法并且if (img?.complete && (img.naturalWidth || img.naturalHeight)) 这行代码触发,而是img自身的onLoad事件,getImgRef和isLoaded去掉之后似乎并无影响?

点击到最后一张仍然能点击切换到第一张,点击到第一张仍然能点击切换到最后一张

想将预览内容固定在一个div内, ![image](https://user-images.githubusercontent.com/12182992/133407594-9a50e9c2-83ef-43ac-86e7-9b85d3f4d893.png)

场景:因为需要实现轮播图,然后轮播的图片可以进行多图预览 代码: ```tsx {imgUrls.map((url: string) => ( ))} ``` 问题: 将Group写在Carousel外面,导致图片地址注册重复了,实际图片只有23个 ![image](https://user-images.githubusercontent.com/28681019/122362029-5e550a00-cf8a-11eb-96a0-c739c1207ebc.png) 请问这种情况怎么处理呢 @shaodahong

Preview中平移后缩放会将图像位置重置为初始值。能否以缩放时以鼠标位置为中心?

enhancement

Hi, We have got a problem with preview being unavailable when 'src' is wrong and 'fallback' is used. We found your example here but it does not seems to work...

预览模式时,通过缩略图快速切换

enhancement

close https://github.com/ant-design/ant-design/issues/38112