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
问题出处:
请看这个commit:d974279 @Molyleaf 这位大佬更新时直接给iframe标签的高度和宽度全加上了100%。
iframe
实际行为描述:
触发问题后造成了什么效果及影响? 这导致网站所有使用iframe标签的地方都受到了影响,无论预设高度为多大,都会强制占满100%空间。
预期的行为:
应该根据iframe具体的使用设定高度,而不是所有iframe设定统一的高度。
复现步骤:
怎样才能再次触发这个问题? 使用wordpress的嵌入块,在文章中嵌入自己的另一篇文章。这个嵌入的文章会使用一个iframe标签。
配置与环境:
截图(若有)
下图为当前表现:
下图为预期表现(注意右边去掉了 height: 100%;):
补充信息:
可能得请 @Molyleaf 这位大佬修改一下,或者回退该样式的修改。
The text was updated successfully, but these errors were encountered:
@citrusreticulata,感谢你给 sakurairo 提出了 issue。ヾ(≧▽≦*)o 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。
Sorry, something went wrong.
No branches or pull requests
问题出处:
请看这个commit:d974279
@Molyleaf 这位大佬更新时直接给
iframe
标签的高度和宽度全加上了100%。实际行为描述:
触发问题后造成了什么效果及影响?
这导致网站所有使用iframe标签的地方都受到了影响,无论预设高度为多大,都会强制占满100%空间。
预期的行为:
应该根据iframe具体的使用设定高度,而不是所有iframe设定统一的高度。
复现步骤:
怎样才能再次触发这个问题?
使用wordpress的嵌入块,在文章中嵌入自己的另一篇文章。这个嵌入的文章会使用一个iframe标签。
配置与环境:
截图(若有)
下图为当前表现:
下图为预期表现(注意右边去掉了 height: 100%;):
补充信息:
可能得请 @Molyleaf 这位大佬修改一下,或者回退该样式的修改。
The text was updated successfully, but these errors were encountered: