Node-webkit max window size

this may not be very relevant but, is there a way to limit how far the window can be stretched? in node-webkit package.json or html/js

yes, there is a max_width and a max_height option. See: https://github.com/rogerwang/node-webkit/wiki/Manifest-format

1 Like

ok, thanks @PatrickKlug. was looking for that page for a while