Makes embedded image as big as possible.
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
Notes
It needs companion script[^1] replace cached one after a recent change.
1: https://gist.github.com/NightFeather/1dbe1ee6deda0d85d0bcf59ffb0ac565
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;
}
}