Nothing Found :(
๐ŸŒ๐Ÿ’ฅ- 25 - PlatAmp Tweaks Blog
25th July 2025
I'm not really sure how this ended up becoming a focal point for tweaking, but here we are..

-=-=-

The new updated PlatAmp (That's the player that opens when you click "Play All" button at the top of this post) now scales to the size of your screen, and has new buttons to pick between a variety of subtle colour themes.

All the themes were crafted by AI, by the way.
Microsoft's CoPilot is infinitely better at designing themes than most of the people who work on Windows nowadays. .. And, honestly, Apple's not doing all that great with their Glass theme thing, so.. Maybe they should ask the AI for tips, too?

The AI also guided me through how I can get the div to scale to the screen size, and then have all the text/buttons/content inside that div similarly scale to the display. Now.. That's some impressive stuff, right there!
Previously I'd've had to have created a canvas to do things like that, but not now!

A scaler-wrapper div that fills the screen, and inside that a scaler-inner div. Plop everything else inside those, and then have a small function that rescales the scaler-inner div to fit the screen, and then adds a "scale" value, using element.style.transform="scale(value)", and magically everything inside the box gets scaled to fit.
That's nice!!!

It's the style.transform bit that does the magic. Previously I'd tried things like that, and it's just resizing the box but nothing in it. Now I can make use of that scale bit, and do all manner of cool stuff.
That's handy.
Thanks, the Evil A.I.

I might reuse that elsewhere.

A.I. Corner


Lyrics : By me
Sound Imported : Conspicuous Reality
> Reveal 🔎
| Download
| Suno Link

Alternative versions
| Download
| Suno Link

| Download
| Suno Link

| Download
| Suno Link
Sung by Suno


"Cartoon @Derek finds himself inside a vibrant red 1980s tape deck. Swirling Play button, Forward button and Rewind button floating all around, synthwave, 80s" by ArtFlow.ai

> Reveal 🔎
Views 16, Upvotes 0  
Daily Blog , Music Player , Evil A.i.
Site credits : Jayenkai put all his heart and soul into everything you can see on this site.
(c) Jayenkai 2023 and onwards, RSS feed 6

Blog - ๐ŸŒ๐Ÿ’ฅ- 25 - PlatAmp Tweaks - AGameAWeek