Skip to content

Mario Vs Luigi fullscreen by Huwitto

Screenshot of Mario Vs Luigi fullscreen

Details

AuthorHuwitto

LicenseNo License

Categoryhttps://html-classic.itch.zone/html/6492922/MarioVsLuigi-WebGL/index.html

Created

Updated

Size532 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Mario Vs Luigi fullscreen
@namespace      https://userstyles.world/user/Huwitto
@version        1.0.0
@description    Makes Mario Vs Luigi fullscreen
@author         Huwitto
==/UserStyle== */

@-moz-document url-prefix("https://html-classic.itch.zone/html/6492922/MarioVsLuigi-WebGL/index.html") {

    html,body,canvas {
        overflow: hidden;
        margin:0;
        height:100% !important;
        width:100%;
        min-height: 100%;
        min-width:100%;
    }
    
}

Reviews

No reviews yet.