缩小 div 的内容而不是 DIV 本身。

发布于 2025-01-02 16:54:00 字数 189 浏览 0 评论 0原文

有谁知道是否可以像浏览器缩小页面一样缩小 div 的内容?

我正在创建一个加载并分页到 div 的应用程序。但是,我希望能够在没有滚动条的情况下加载内容。这意味着 div 内部的内容而不是实际的 div 必须被缩小。我知道这可以通过图像来完成,但是可以通过 HTML 内容来完成吗?如果是这样,您是否有任何使用 jquery 或其他相关内容的示例。

Does any one know if it is possible to zoom out the contents of a div much like browser zooms out a page?

I am creating an application that loads and page into a div. However, I would like to be able to load the content without scroll bars. This would mean that the content inside of the the div not the actual div would have to be zoomed out. I know that this could be done with an image but can it be done with HTML content. If so do you have any examples using jquery or anything else for that matter.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

你的往事 2025-01-09 16:54:00

执行您想要执行的操作的最简单方法是使用 并将 scroll 设置为 none

将他人的数据(如果您无权)解析为您自己的格式已被视为侵犯版权。

Easiest way to do what you're trying to do would be to use <iframe> with scroll set to none.

Parsing someone else's data (if you don't have the rights to it) into your own formatting has been deemed copyright infringement.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文