Scale lock renders a breakpoint at a fixed width and uniformly scales it to fit the viewport — instead of reflowing. Good for fixed-aspect, media-heavy layouts.
Where: Breakpoint edit modal → Scale Lock — Edit a breakpoint and enable Scale Lock
Key ideas
- Reflow vs scale: Off = the page responds to width (media queries). On = fixed lockedWidth, scaled with transform.
- Per breakpoint: Set per breakpoint, or per-page for the base.
Steps
- Open a breakpoint’s edit (gear) modal.
- Enable Scale Lock and set the locked width.
- The page now scales proportionally instead of reflowing.