A simple chrome extension to prevent overflow of massive inline images (thanks mostly to Apple Mail users). It will find all the images and set the max-width to 100%. Bam, no more horizontal scrolling to infinity. This will not effect the quality of the image, just how its displayed and prevent the container from growing with it.
Some really basic UX, makes you wonder why google hasn't just done this themselves?
Created with <3 and ChatGPT
-
Open the Chrome browser and go to the Extensions page (chrome://extensions/).
-
Enable Developer mode by clicking the toggle switch in the top right corner.
-
Click the Load unpacked button and select the directory that contains your extension files.
-
Your extension should now be loaded and active. Go to Gmail and enjoy enjoy the lack of horizontal scrolling.