webui
webui copied to clipboard
Add a feature to control the size and location of the window
This feature can be added via the command line.
Example for chrome :
--window-size=1024,600 --window-position=600,600
I see your point now, thank you, we will implement this soon.
We need to search what is the best way, is using CLI or Javascript.
The command --window-size=1024,600
will work fine with Chrome and Edge, but what about Firefox ?
but what about Firefox ?
firefox --width=1024 --height=600 -P WebUI
No need for this feature as the browser doing it naturally. Thanks.