#ScaleFactor
The culprit is Android that changed the scalefactor of the site because the content became a tad too wide.

The workaround I PR’d back then also set the minimum scale factor to 1: github.com/Charca/view-...

I have added your report to the bug.
Fix View Transitions running on Android by bramus · Pull Request #3 · Charca/view-transitions-live
Awaiting a bug fix in Chrome, View Transitions in Chrome on Android need minimum-scale=1 in the viewport meta tag to prevent the page from having a scale factor below that number. On load, without ...
github.com
May 1, 2025 at 5:59 PM
Remember ScaleFactor? The AI accounting 'revolution' that raised $100M and promised to save SMBs from financial chaos? What happened? Coming up in next post at 👉 StartupObituary.com

#Fintech #startup #AIHype
April 12, 2025 at 1:20 AM
Like-

html += '<span style="max-width:100px">'

vs

html += '<span style="max-width:' + (someCrap * scaleFactor) + 'px">'

I do not understand how this causes the word-wrap behavior on the stuff inside the span to change

wtf, webdev?
September 18, 2023 at 3:08 PM
Vantage stored the ScaleFactors with the document, as otherwise all the dimensions are relative to your local setting.
1mm = 1814DU *ONLY* when ScaleFactor=400
November 7, 2024 at 3:38 PM
if you need me i’ll be over here playing around with an offscreenCanvas(width*scaleFactor, height*scaleFactor).
June 16, 2025 at 12:13 AM
Remember ScaleFactor? The AI accounting 'revolution' that raised $100M and promised to save SMBs from financial chaos? What happened? Coming up in next post at 👉 StartupObituary.com

#Fintech #startup #AIHype
May 24, 2025 at 5:01 AM
Encyclopedia of Astrophysics: The Expanding Universe. Tamara M. Davis https://arxiv.org/abs/2509.09954
September 15, 2025 at 12:29 PM
Remember ScaleFactor? The AI accounting 'revolution' that raised $100M and promised to save SMBs from financial chaos? What happened? Coming up in next post at 👉 StartupObituary.com

#Fintech #startup #AIHype
March 5, 2025 at 4:58 PM
Athena32 features 512KB of sound memory and 24 voices, with a QOA-like compression scheme.

Sample data is divided into 128-bit blocks. Each block is 4bit flags, 4bit scalefactor, and then 40 3bit quantized residuals.
December 13, 2024 at 8:18 AM
soon to be caught microdosing battle elixirs

🎨 by myself today :>
August 19, 2025 at 3:28 AM
When not doing math…(also #scalefactor?) #iteachmath #yogamath (DM for functional movement yoga! Virtual and sliding scale for educators)
November 12, 2024 at 1:49 PM
Remember ScaleFactor? The AI accounting 'revolution' that raised $100M and promised to save SMBs from financial chaos? What happened? Coming up in next post at 👉 StartupObituary.com

#Fintech #startup #AIHype
March 6, 2025 at 5:59 PM
Sounds like and excellent #scalefactor task!
November 17, 2024 at 3:52 AM
The page sets up a Vue component for displaying a canvas of the unscrambled image. That then creates a class that generates said canvas, and exposes functions for loading the scrambled image and drawing to the unscrambled canvas. Here's the code for drawing the canvas.
September 26, 2025 at 3:57 PM
BTW The reason for the ScaleFactor shenanigans is that in RISC OS:
• Only point sizes are absolute
• OS units, Draw Units etc are relative to ScaleFactor [they are NOT hardwired to 90 or 180dpi, you’ve misread your PRMs]

e.g. this allows us to finely scale the GUI:
November 7, 2024 at 3:29 PM