Feature Request: Auto layout based on image orientation #726
kckworld
started this conversation in
Feature request
Replies: 1 comment
-
|
This is how split-view currently works. If you visit https://demo.immichkiosk.app on your phone you will see landscape images stacked on top of each other. Then if you rotate your phone to landscape it will change to side by side portrait images. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have searched the existing feature requests to make sure this is not a duplicate request.
The feature
Feature Request: Auto layout based on image orientation
Problem
Currently, the layout is fixed regardless of the orientation of the displayed image.
For example, with
splitview, portrait images are shown side by side which can look awkward,and with
single, landscape images are fine but portrait images leave large empty spaces.Proposed Solution
Add two new auto-layout modes:
auto-landscape(optimized for landscape screen):single)splitview)auto-portrait(optimized for portrait screen):single)splitview-landscape)Use Case
Users with a landscape TV/monitor want:
Expected Behavior
Kiosk automatically switches layout per image based on its orientation.
Current Workaround
None. Layout must be set manually and remains fixed.
Beta Was this translation helpful? Give feedback.
All reactions