Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
全部,
我在 iframe 中有一个 SVG 图像,我正在使用视图框进行放大。但是,当图像对于视图框来说太大时,浏览器不会显示滚动条。我假设浏览器(Firefox 3.5 和 Chrome 7.0 测试)会自动显示滚动条,但似乎并非如此。据我所知,无法以放大模式查看整个 SVG 图像。
有谁知道如何在 iframe 中添加滚动条功能,以便无论我们制作 SVG 图像多大,我们都可以让滚动条可见以导航和查看图像?
非常感谢,
您可以更改引用的 svg 上的宽度和高度属性,如果它们大于 iframe 元素上的宽度和高度,您应该获得滚动条。