Good Morning,
There are many lcd screen sizes to cater for. This determines how my koolphp application will appear.
how do i auto-adjust the screen for the various screen sizes?.
please advise.
thanks
Vaughan Bezuidenhout
Vaughan | |
Good Morning,
There are many lcd screen sizes to cater for. This determines how my koolphp application will appear. how do i auto-adjust the screen for the various screen sizes?. please advise. thanks Vaughan Bezuidenhout
Posted Mar 17, 2017
Kool - 2 people like this post
|
|
Anthony Amolochitis | |
You will need to use javascript to do this.
Here is an article you can get some code from if you want to convert it to an object. Then you can get it any time. https://andylangton.co.uk/blog/development/get-viewportwindow-size-width-and-height-javascript I would session or cache the screen size if I were you so you can access it from the server at any time and adjust your applications to fit. Take it easy
Posted Mar 17, 2017
Kool
|
|