Skip to content

PTT Image Resize by nightfeather

Details

Authornightfeather

LicenseNo License

Categorywww.ptt.cc

Created

Updated

Size336 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Makes embedded image as big as possible.

Notes

Source code

/* ==UserStyle==
@name         www.ptt.cc
@version      20230806.07.25
@namespace    ?
==/UserStyle== */

@-moz-document domain("www.ptt.cc") {
.richcontent {
    display: flex;
    justify-content: center;
    align-items: center;
}

.richcontent img {
    max-height: max-content;
    max-width: max-content;
    min-width: 40dvw;
}
}

Reviews

No reviews yet.