Tags: resizing

4

sparkline

Wednesday, July 8th, 2026

Talk: Let’s fix the web’s text size - Josh Tumath

I saw Josh give this talk at CSS Day. It’s a very useful explanation of the forthcoming text-scale addition to the meta element, and what you can do to prepare your site now.

Tuesday, January 27th, 2026

Try text scaling support in Chrome Canary - Josh Tumath

There’s a new meta tag on the block. This time it’s for allowing system-level text sizing to apply to your website.

Wednesday, April 29th, 2015

Google’s authentication-less, on-the-fly image resizing service

Did you know Google runs a free an open image resizing service?

I did not! This could be quite useful. Seeing as it’s an https endpoint, it could be especially useful on https sites that pull images from http domains (and avoid those mixed-content warnings).

Saturday, April 2nd, 2005

Resizable textareas with JavaScript

Anders "Robots" Pearson demonstrates a useful technique.