mirror of
https://github.com/screentinker/screentinker.git
synced 2026-06-18 20:22:42 -06:00
Multi-zone videos/images were cropped: every template zone inherited fit_mode 'cover' (fill+crop) and the layout editor had no control to change it, so a landscape video in a tall split zone showed only a center strip. The player already honors fit_mode (web object-fit, Android scaleType) - the gap was the UI and the default. Add a per-zone Fit selector (Contain/Cover/Stretch) to the layout editor, and make 'contain' (show the whole frame) the default for new zones, the schema column, and the save fallbacks. Existing built-in templates are migrated separately. |
||
|---|---|---|
| .. | ||
| config | ||
| db | ||
| lib | ||
| middleware | ||
| player | ||
| routes | ||
| services | ||
| test | ||
| ws | ||
| .gitignore | ||
| config.js | ||
| package-lock.json | ||
| package.json | ||
| server.js | ||