I have a quite interesting design from my point of view, but it has a small issue: the maximum screen width can't be wider than 1500px.
I do want some help here.
I would like for somebody to share with me a script which detects the visitors screen resolution and if the screen resolution is higher than 1500px ( for example ) the screen resolution should be re-sized to the maximum point, 1500px in my case.
I'm noob in what Javascript means, so I could really use some help.
Modern browsers allow the user to maintain the window at the size he prefers, so the browser is not growing and shrinking as he navigates the web. Make the max-width of the body element 1500px instead.
Bookmarks