Quickbits
Standard WordPress Image Sizes
thumbnail = Thumbnail (default 150px x 150px max) medium = Medium resolution (default 300px x 300px max) large = Large resolution (default 1024px x 1024px max) full = Full resolution (original size uploaded)
Read MoreFor When You Can’t Seem to Get Started
Some mornings I just can’t seem to find the motivation to really get started. Here are some things that help: 1. Go after a couple small items on your list. Things that are easy to check off. It’s kind of good to have a todo list for these items (or to tag your todo list items […]
Read MoreIncluding WebP Images
<picture> <source type=”image/webp” srcset=”_content/Marketing/images/@(ImageMobile).webp 1x, _content/Marketing/images/@(ImageMobile)2x.webp 2x”> <source type=”image/jpeg” srcset=”_content/Marketing/images/@(ImageMobile).jpg 1x, _content/Marketing/images/@(ImageMobile)2x.jpg 2x”> <img src=”_content/Marketing/images/@(ImageMobile).jpg” alt=”@Title” loading=”lazy”> </picture>
Read MoreIncluding WebP Images for Various Screen Sizes and Densities
I’ve been working on optimizing images on a site of mine, and ended up really digging into the images necessary to be optimized at various monitor pixel densities, along with images based on screen width. This also ended up requiring a bit of a process to generate all of the necessary images. The first line […]
Read More-
Adventure
-
The Built Environment
-
Locations
-
Web Dev