Scales the comic images on Palcomix.com so they are set to the browser window's max width
palcomix.com fit images to screen by erbkaiser
Details
Authorerbkaiser
LicenseNo License
Categorypalcomix.com
Created
Updated
Size220 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name palcomix.com fit images to screen
@version 20240123.13.31
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://palcomix.com/") {
img {
width: 100%;
height: auto;
}
}