gpt4 book ai didi

css - 如何使 Google Picker iFrame 响应?

转载 作者:太空宇宙 更新时间:2023-11-04 11:44:46 25 4
gpt4 key购买 nike

点击此链接:

http://stuff.dan.cx/js/filepicker/google/

一个谷歌选择器的演示,可以看到这里的选择器 iframe 的最小尺寸为 566 * 350,即使将浏览器调整到更小的尺寸也是如此。

我希望此 iframe 始终与调整大小的浏览器成比例,即响应式。

任何人都可以帮助我了解我需要在哪里进行哪些更改才能实现这一目标?抱歉,我对 CSS 了解不多...

最佳答案

我通过在页面中添加这些全局样式来解决它,使选择器在整个页面上展开并在页面动态收缩时收缩

.picker {
height: 100% !important;
width: 100% !important;
top: 0 !important;
}

关于css - 如何使 Google Picker iFrame 响应?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31071692/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com