Limit images to not overflow
Fix Jimdo Webmail Images by ThomasW2005
Details
AuthorThomasW2005
LicenseNo License
Categoryhttps://webmail.jimdo.com
Created
Updated
Size350 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 webmail.jimdo.com/a/webmail - Feb. 2024
@version 20240223.13.38
@namespace ?
@description Limit images to not overflow
==/UserStyle== */
@-moz-document url-prefix("https://webmail.jimdo.com/a/webmail.php?wsid=1067d3dc76bd46e88ae151fe8dfe8cfc-03dc5f5726d44d04a55ddba29533d573") {
img {
max-width: 100%;
}
}