调整 iframe 大小? - Webkit 或 Firefox

发布于 2024-09-10 14:24:28 字数 162 浏览 0 评论 0原文

iframe 中的比例可能吗?例如 100%、50%、25%...

我想为网页或 iframe 实现一个“放大镜”。它不必在网站内用 Javascript 实现,但即使是桌面解决方案也很棒。

这有可能吗?还是会非常复杂?


有什么想法吗?帮助会很棒=)

is it possible the proportions within an iframe? e.g. 100%, 50%, 25%, ...

I would like to implement a "magnifying glass" for a webpage or iframe. It does not have to be implemented in Javascript within a website, but even a desktop solution would be great.

Is this a possibility? or would it be incredibly complicated?


Any ideas? Help would be amazing =)

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

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

发布评论

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

评论(1

|煩躁 2024-09-17 14:24:28

在 Firefox 中,您可以使用 -moz-transform CSS 属性来缩放,并使用 scale() 值。请注意,这不会改变元素在页面上占用的空间量。

In Firefox you can use the -moz-transform CSS property to zoom, using the scale() value. Note that this doesn't change the amount of space that the element takes up on the page.

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