-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
image-preview组件加载图片后依然隐藏,导致黑屏只有遮罩显示 #152
Comments
@halaproliu 同学,你传入的files的值提供下呢?我们用正常图片url尝试你的demo,没有复现,或者可以给一个复现的codepen?preview-hidden这个class出现,一般是因为图片的onload或onerror没有触发 |
我也出现了这个问题,用的是官方的demo代码 2.29.2 版本 |
@rockey2020 同学,你的使用设备环境是? |
@TinaPeach chrome 116.0.5845.96 以及安卓手机 ios手机都出现 |
@rockey2020 有测试的图片url吗?任意图片传入都是一样? |
@TinaPeach 随意一个图片都行 我是用swiper demo的图片地址 https://swiperjs.com/demos/400-zoom/core |
@TinaPeach 我更新了最新版 2.29.4 没有复现到这个问题 我上周还因为这个问题自己封装了一个image-preview 🤣 顺便提一下官方的轮播组件有性能问题,在真机中切换的时候有卡顿,掉帧了,用的还是chrome浏览器,配置不算差的中端机,于是不得不用swiper |
我也遇到类似的问题,提交了一个PR fix: image-preview refresh problem 问题描述:多张图片组件预览时,第一次打开黑屏,图片不显示 |
@yeling 同学,感谢复现和修复,pr提了些comment,修改完就可以merge哈 |
|
Basic Info
以下代码会出现问题:
移除dom结构中的preview-hidden后,预览图片正常显示。
添加以下代码后,图片正常显示
The text was updated successfully, but these errors were encountered: