Skip to content

Image background for Roblox by crax

Imported and mirrored from https://raw.githubusercontent.com/uso-archive/data/flomaster/data/usercss/177076.user.css

Screenshot of Image background for Roblox

Details

Authorcrax

LicenseCC-BY-NC-SA-4.0

Categoryroblox

Created

Updated

Size648 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Title says it all. You pick the image in the customisation tab.

Notes

Quick bugfix to stop grid images and just stretch them.

Source code

/* ==UserStyle==
@name           Image background for Roblox
@namespace      USO Archive
@author         CraX_e621
@description    `Title says it all. You pick the image in the customisation tab.`
@version        20191109.8.25
@license        CC-BY-NC-SA-4.0
@preprocessor   uso
@advanced dropdown bgim "Image" {

	bgim-custom-dropdown "Custom" <<<EOT /*[[bgim-custom]]*\/ EOT;
}
@advanced text bgim-custom "Image (Custom)" "https://example.com/image.png"

==/UserStyle== */
@-moz-document domain("roblox.com") {
.content {
    background-image: url(/*[[bgim]]*/) !important;
    background-size: cover;
    background-repeat: no-repeat;
}
}

Reviews

No reviews yet.