调整 iframe 大小? - Webkit 或 Firefox
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 Firefox 中,您可以使用
-moz-transform
CSS 属性来缩放,并使用scale()
值。请注意,这不会改变元素在页面上占用的空间量。In Firefox you can use the
-moz-transform
CSS property to zoom, using thescale()
value. Note that this doesn't change the amount of space that the element takes up on the page.