Skip to content

video aspect ratio doesn't work on Android #304

@Mikkelka

Description

@Mikkelka

When viewing a 16:9 video in portrait mode on a mobile device, approximately 70% of the video content is cropped, rendering it unusable. This issue arises because the video player prioritizes screen height over width, resulting in a suboptimal viewing experience that significantly detracts from the app's utility for video consumption.

It looks like the problem is in VideoViewer.tsx on line 104 where resizeMode="cover" should be set to resizeMode="contain".

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions