-
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
[Feature]页面功能优化-嵌入HTML页面 #7141
Comments
搜索了一些相关文档,综合来看最合适的方式是在编辑器中控制高度位置新增一个下拉选择 |
要按照这种方式的话,那你手动注入代码好了,编辑器内不太可能去注入 JS。 |
目前的ifram没有自动生成随机 |
即便将高度设置放置在 style 中,也只能保证高度与当前页面高度一致,滚动条还是会出现。 JS 去生成页面高度也不可控,因为 iframe 嵌入的内容未知,是否跨域也未知,一旦跨域也无法获取到高度。 所以,想通过在文章的 iframe 去完整展示另一个页面,基本是不可能的,尤其是本身文章就限制在了某一个区域。因此我建议你换种方式,例如使用自定义页面,或者自定义一个菜单直接跳转的方式。 |
@LIlGG 目前使用的就是自定义页面 |
可以给主题加个专门用来显示 iframe 的自定义页面模板,在自定义页面设置中选择这个模板,并指定 iframe 地址 |
@ruibaby 这个可以,现在不是可以弄页面模板的么 |
前置条件
你当前使用的版本
2.20.11
描述一下此特性
目前在页面中使用嵌入HTML页面设置高度只能使用固定的PX像素,但是我想要使用
100%
或者100vh
就会导致显示的高度非常小。我希望能在页面中将嵌入的页面完整的整体展示,而不是通过滚动条去查看,谢谢🙏
被嵌入页面: https://blog.xindu.site/shop?preview-theme=theme-hao
嵌入页面: https://blog.xindu.site/afdian/shop?preview-theme=theme-hao
附加信息
No response
The text was updated successfully, but these errors were encountered: