Skip to content

Instantly share code, notes, and snippets.

@NightFeather
Last active August 10, 2023 16:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NightFeather/05bd3bdbcaf05a7d66dc59eb7d556264 to your computer and use it in GitHub Desktop.
Save NightFeather/05bd3bdbcaf05a7d66dc59eb7d556264 to your computer and use it in GitHub Desktop.
BIGGER embedded image in ptt.cc
/* ==UserStyle==
@name PTT Image Resize
@version 0.0.1
@author Nightfeather
*/
@-moz-document domain("www.ptt.cc") {
.richcontent {
display: flex;
justify-content: center;
align-items: center;
}
.richcontent img {
max-height: 90dvh;
max-width: 80dvw;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment