Browser resizing |
Top Previous Next |
When the browser window is resized by the end-user, you can make the connection resize proportionally to the new environment dimensions. To do that you can perform a reconnection against ThinRDP Server (mythinrdp.restart()) on the browser resize event, so that the remote screen size will be updated with the new browser size. Here is a code example that can be placed on the $(document).ready :
|