Skip to content
This repository has been archived by the owner on Jul 16, 2019. It is now read-only.

Photo gallery issue #84

Open
nithinbemitk opened this issue Dec 22, 2017 · 1 comment
Open

Photo gallery issue #84

nithinbemitk opened this issue Dec 22, 2017 · 1 comment

Comments

@nithinbemitk
Copy link

Hi,
While displaying the images from camera roll only few images are showing and the others are blank(white background) and the scrolling is enabled.

screen shot 2017-12-22 at 11 03 05 am

@abbas-mulani
Copy link

abbas-mulani commented Mar 1, 2018

In GMGridViewController.m add this line:

    if(scale >= 3)
    {
        scale = 2;
    }

Before :

    AssetGridThumbnailSize = CGSizeMake(layout.itemSize.width * scale, layout.itemSize.height * scale);

To decrease Thumbnail size.

Thanks.

ReticentJohn added a commit to ReticentJohn/GMImagePicker that referenced this issue Apr 10, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants