I'm wondering if it is at all possible to use JavaScript to detect if the user's browser is minimized (not completely minimized -- just reduced size to smaller then maximize) at all, and if it is then > force full screen > upon page load of website.
$( document ).ready(function() {
if (smaller then max screen) {
screen = 100%; // general idea
});