mirror of
https://github.com/screentinker/screentinker.git
synced 2026-06-19 04:32:31 -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. |
||
|---|---|---|
| .. | ||
| components | ||
| i18n | ||
| views | ||
| api.js | ||
| app.js | ||
| branding.js | ||
| i18n.js | ||
| socket.js | ||
| utils.js | ||