Home > Article > Web Front-end > jquery maximizes the window no matter what the situation_jquery
When opening a new window, some users want to directly maximize the display without taking another step. If you don't make explicit settings in the code, this is generally a problem with the browser's own settings. But the user hopes that no matter what the situation is, no matter what setting the browser is in, the pop-up window must be maximized, so what should be done? In fact, it's easy to do. We only need to add a few lines of code to change the browser window size from the default to our own settings.