Skip to content

make tumblr images not shit by DuendeInexistente

Screenshot of make tumblr images not shit

Details

AuthorDuendeInexistente

LicenseNo License

Categorymedia.tumblr.com

Created

Updated

Size234 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Makes tumblr images actually display at 100% instead of a tiny thing in the center of a non-scrolling page

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         make tumblr not shit
@version      20230429.21.36
@namespace    ?
==/UserStyle== */

@-moz-document domain("media.tumblr.com") {
img {
    max-width: 100% !important;
    max-height: 100% !important;
}
}

Reviews

No reviews yet.