SimpleMobileTools / Simple-Gallery

A premium app for managing and editing your photos, videos, GIFs without ads
https://www.simplemobiletools.com
GNU General Public License v3.0
3.61k stars 757 forks source link

Grid View with aspect ratio option to reduce empty space between thumbnails #1732

Closed Talon01 closed 4 years ago

Talon01 commented 4 years ago

I deactivated "Crop thumbnails into squared" in settings. Grid view always uses 1:1 aspect ratio box and places thumbnail images inside. This way a lot of empty space is between rows of images (see attachment below).

Please add a setting which lets define the aspect ratio for thumbnails in grid view, e. g.

Another option would be to detect the row size of thumbnails dynamically. Give all thumbnails the same width (e. g. 33% if column count is 3) Use as row size the image with maximum height Place images vertically centered.

Both options can reduce horizontal empty space for non square images. I prefer second option, but I am also happy with first option which might quite easy to implement :-)


Screenshot_20200131-053924

tibbi commented 4 years ago

duplicate of #1567

Talon01 commented 4 years ago

It's not an exact duplicate. It suggests alternate solutions to staggered view (which might be easier to implement).

Anyways, any solution is highly appreciated and will improve the grid view.