Thread: PV window size
View Single Post
Old 07-17-2017, 02:48 PM   #4
wrCisco
Enthusiast
wrCisco ought to be getting tired of karma fortunes by now.wrCisco ought to be getting tired of karma fortunes by now.wrCisco ought to be getting tired of karma fortunes by now.wrCisco ought to be getting tired of karma fortunes by now.wrCisco ought to be getting tired of karma fortunes by now.wrCisco ought to be getting tired of karma fortunes by now.wrCisco ought to be getting tired of karma fortunes by now.wrCisco ought to be getting tired of karma fortunes by now.wrCisco ought to be getting tired of karma fortunes by now.wrCisco ought to be getting tired of karma fortunes by now.wrCisco ought to be getting tired of karma fortunes by now.
 
Posts: 34
Karma: 467802
Join Date: Apr 2016
Device: none
In the meanwhile, you can get the size of the PV by typing [window.]innerWidth and [window.]innerHeight (without brackets: 'window.' is optional) in the JavaScript console of the PV's Development Tools.

You can't set a new size, and you must retype the command every time, but at least you get it.
wrCisco is offline   Reply With Quote