Every now and then, someone sends a huge image to my Gmail account. This leads to frustration, because I’m then unable to see my reply, which goes off the right side of the screen. The fix for this is relatively-simple and only 2 steps:
Step 1: Install Stylebot in Chrome or Firefox.
Step 2: Add the following to the Stylebot code on your Gmail page:
.nh img,
.nH img {
max-width: 90%;
height: auto;
}
That’s it! Here’s an example result:

Here’s what your Stylebot code should look like:

Enjoy!
More posts from themightymo.com
How to fix the “Warning: Class ‘Automattic\WooCommerce\StoreApi\Routes” issue in WordPress + WooCommerce
Today when I visited a customer’s website, I saw an error similar to this: etc. After trying all sorts of troubleshooting, the solution ended up being simple. Download a fresh copy of WooCommerce from WordPress.org and FTP it up to the server, replacing the existing WooCommerce files. Problem solved. Isn’t that nice? Many thanks to…
How to CSS rainbow text
Here’s a bit of plain CSS that’ll create rainbow text on your WordPress site or anywhere, really.
How to Restore a Deleted Amazon S3 Bucket
I ran into a rather serious issue recently: a human on my team (me) intentionally (but accidentally) deleted an Amazon S3 bucket that was serving files to a WordPress site. The solution to the problem follows: Cry when you realize you cannot restore a deleted S3 bucket. Search your computer, your co-workers’ computers, your former…