Skip to content
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

快手小程序图片展示有问题 #571

Closed
bequiet201314 opened this issue Jan 9, 2024 · 1 comment
Closed

快手小程序图片展示有问题 #571

bequiet201314 opened this issue Jan 9, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@bequiet201314
Copy link

bequiet201314 commented Jan 9, 2024

使用环境

uniapp 快手小程序 1.60.8

问题描述

快手小程序图片展示有问题
image

复现方式

<p><img style="width: 100%" src="https://cdn-document-huoshan.orange-classroom.com/document/20230314092354_2339329481678757034234_1.jpg" /></p>
<p><img style="width: 100%" src="https://cdn-document-huoshan.orange-classroom.com/document/20230314092354_2339329481678757034234_2.jpg" /></p>
<p>1231243213y612u73612783612783618</p>
<p><img style="width: 100%" src="https://cdn-document-huoshan.orange-classroom.com/document/20230314092354_2339329481678757034234_3.jpg" /></p>
@ljt990218
Copy link

使用环境

uniapp 快手小程序 1.60.8

问题描述

快手小程序图片展示有问题 image

复现方式

<p><img style="width: 100%" src="https://cdn-document-huoshan.orange-classroom.com/document/20230314092354_2339329481678757034234_1.jpg" /></p>
<p><img style="width: 100%" src="https://cdn-document-huoshan.orange-classroom.com/document/20230314092354_2339329481678757034234_2.jpg" /></p>
<p>1231243213y612u73612783612783618</p>
<p><img style="width: 100%" src="https://cdn-document-huoshan.orange-classroom.com/document/20230314092354_2339329481678757034234_3.jpg" /></p>

亲测 把 style="width: 100%" 替换成 style="width: 100%; height:100%" 显示没问题,暂时可以先这样解决。如果你怕替换掉其他标签的样式,也可以匹配 <img style="width: 100%" 替换成 <img style="width: 100%; height:100%"

@jin-yufeng jin-yufeng added the bug Something isn't working label Jan 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants