gpt4 book ai didi

javascript - processing.js 如何检测浏览器的大小?

转载 作者:数据小太阳 更新时间:2023-10-29 04:07:22 25 4
gpt4 key购买 nike

如前所述,processing.js 如何响应浏览器的大小? (响应式设计)我试过 screen.width 和 screen.height 但效果不佳。好像只能检测电脑屏幕的大小。

此外,我想在拖动和更改浏览器大小时跟上窗口的大小

最佳答案

 size(window.innerWidth, window.innerHeight); 

根据 https://groups.google.com/forum/?fromgroups=#!topic/processingjs/2-U_P7_BHlY

void setup() {
size( $(window).width(),
$(window).height() );
...
}

根据 Get Viewport Width With JQuery and Use In Processing JS

关于javascript - processing.js 如何检测浏览器的大小?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12331094/

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