I dunno if any of you noticed this, but I was always bothered by how, if you went to the page with all the episodes, you'd get a grid of images, but if your browser didn't have the images loaded in yet, you'd just get this white emptiness while it loaded.
So, I just changed that. When you come to the page, there's a loading skeleton that gives you a bit of episode information, and then the image will lazyload over that.
This will affect any page with the grid structure - the other notable one being the "other projects" page.
Also, while I was at it, the grid structure could get kind of clumsy at 3, so now - there's no breakpoint that will display an odd number of images in a row.
That's all! Github Issue is
here if you care, but otherwise bye!