Resize those embedded or inline images in Gmail so you don't have to scroll horizontally to download or reply.
Gmail Resize Inline Images by cummingsrob
Details
Authorcummingsrob
LicenseNo License
Categorymail.google.com
Created
Updated
Size469 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 Gmail Resize Inline Images
@version 20240625.18.08
@namespace https://userstyles.world/user/cummingsrob
@description Resize embedded or inline images in Gmail so you don't have to scroll horizontally to download or reply.
@author cummingsrob
@license No License
==/UserStyle== */
@-moz-document domain("mail.google.com") {
p.MsoNormal > img {
max-width: 90%;
width: auto !important;
height: auto !important;
}
}