We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
我使用的版本是chrome plugin 1.2.0.3
https://user-images.githubusercontent.com/6702159/103499532-62311c00-4e83-11eb-81e4-04636de8eae4.png
当录制页面中图片存在 attribute srcset, 通常格式是:
<img srcset=" url size, url size, url size " src="default url" >
例如:
而在录制之后,url 和size之间的空格就被转译成了 ‘%20’, 结果就是图片变成了404 不可访问的状态
类似的attribute data-srcset 则不会出现类似问题
支持srcset
The text was updated successfully, but these errors were encountered:
确实有这个问题,下个版本进行修复
Sorry, something went wrong.
No branches or pull requests
我使用的版本是chrome plugin 1.2.0.3
Reproduction link
https://user-images.githubusercontent.com/6702159/103499532-62311c00-4e83-11eb-81e4-04636de8eae4.png
Steps to reproduce
当录制页面中图片存在 attribute srcset, 通常格式是:
例如:
而在录制之后,url 和size之间的空格就被转译成了 ‘%20’, 结果就是图片变成了404 不可访问的状态
类似的attribute data-srcset 则不会出现类似问题
What is expected?
支持srcset
What is actually happening?
支持srcset
The text was updated successfully, but these errors were encountered: