feat: hide top frame in landscape orientation (v0.8.0)

This commit is contained in:
2026-05-06 13:52:43 +00:00
parent f21e02a16d
commit 4495aa4dfe
2 changed files with 29 additions and 1 deletions
+5
View File
@@ -42,6 +42,11 @@ top_max_height_vh: 35 # optional, only for layout: split — caps t
# full-frame top section at this many vh units
# (default 35). Lower this if the top half feels
# too dominant on tall portrait screens.
landscape_hide_top: true # optional, only for layout: split — when true
# (default), hides the top full-frame view on
# landscape orientation since the cropped bottom
# already fills the screen well. Set false to
# keep the split in landscape too.
layout: split # optional — 'split' (default), 'cover', or 'contain'
# split: top half shows the full uncropped frame,
# bottom half is a center-cropped 'cover' view.