Don’t you hate it when you load a website or web app, some content displays and then some images load — causing...
Lazy loading images can help improve a site’s front-end load times for visitors. WordPress had native lazy loading for site images added in version 5.0 and...
AVIF (AV1 Image File Format) is a modern image file format specification for storing images that offer a much more significant file reduction when compared to...
Serving scaled images is one of the most overlooked ways to deliver better site performance. Are your images holding your WordPress site back? Images take up...
When you upload an image, WordPress does a lot of work behind-the-scenes so you can serve the image to your visitors. You can piggyback on this...
I was working on a client project a few days ago and wanted to create a certain effect on an <img>. See, background images can do...
I recently blogged about how images are hard and it ended up being a big ol’ checklist of things that you could/should think about and implement...
The WordPress Flickr embed block lets you add photos and videos that you’ve saved to Flickr to your WordPress posts and pages. When a visitor clicks...
Quick summary ↬ Image placement on the modern web is highly intentional, helping to communicate the overall purpose of a page or view. This means that nearly...
Putting images on websites is incredibly simple, yes? Actually, yes, it is. You use <img> and link it to a valid source in the href attribute...