-
Notifications
You must be signed in to change notification settings - Fork 75
Description
Version
v1.0.30.0 (image: ghcr.io/immichframe/immichframe:latest)
Deployment Method
Web (Docker)
Description
I have the following combination of settings in my compose.yaml:
ImageFill: "true"
Layout: "splitview"
I use it on a horizontal screen.
Expected result
- If it is a landscape image: zoom to fill the entire screen, crop if necessary
- If it is a portrait/vertical image: Switch to split view, display two portrait images side by side and zoom each side to fill the entire side, crop if necessary
What is happening
- works as intended
- Quite often, the portrait images are not shown in split view and are then cropped to fill the screen. For portrait images, this crops too much from the images, so that sometimes e.g. only the nose and mouth of a person is visible. This does look very bad.
If I disable ImageFill, then the effect is not as bad (because I see the complete portrait images), but then I always do have the blurred borders - even for landscape images (because my screen does not match the aspect ratio of the images).
Can the split view be enforced for portrait images? Why are portrait images are sometimes shown in split view and sometimes not (even the same image shows up in both split and non-split view)?
If you need any more information, please let me know.
Reproduction
Set the settings as described above. Then click to show the next image some times. Quickly, a portrait image in single, cropped view does come up.
Expectations
No response
Configuration
Logs
Pre-Submission Checklist
-
This is a bug report and not a feature request
-
I have provided all of the required information to reproduce the bug (config, logs, etc.)
-
I have checked for related issues and checked the documentation