We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
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
https://ld246.com/article/1735516665750 第7点
这段 CSS 可以让 IFrame 默认全宽,不过感觉没有什么使用场景:
[data-node-id] > .iframe-content > iframe:not([style~=width]), [data-node-id] > .iframe-content:has(> iframe:not([style*="width"])) { width: 100%; }
这段 CSS 是强制全宽:
[data-node-id] > .iframe-content > iframe, [data-node-id] > .iframe-content { width: 100% !important; }
The text was updated successfully, but these errors were encountered:
一般网页都自适应,100% 太宽了,不考虑。
Sorry, something went wrong.
但这个 Iframe 现在没有办法改成全宽,默认全宽的话能手动调小
需要的用户可以用 CSS 重置。
Vanessa219
No branches or pull requests
https://ld246.com/article/1735516665750 第7点
这段 CSS 可以让 IFrame 默认全宽,不过感觉没有什么使用场景:
这段 CSS 是强制全宽:
The text was updated successfully, but these errors were encountered: