thunder-app/thunder

Smart image sizes in card view

Opened this issue · 0 comments

Is Your Feature Request Related to a Problem?

Currently, there are only two options for image sizing when using card view: full-height images, or all images are cropped to the same height. Both cases can result in troublesome behavior. Full-height images can result in images appearing partly off screen so one has to scroll to view them (this can be quite unpredictable if the images are very tall). Cropping all images results in the majority of images being cropped, so one has to tap on them to view them in any realistic manner.

Feature Description

I propose a sort of smart resizing to the images dependent on screen height. If an image is smaller than the screen height + the padding of the post (e.g. title, user, community, etc.) then show the full image, but if the image is larger than the screen height plus padding, then crop it to fit the screen.

Alternative Solutions

No response

Additional Context

No response