This bug still stands still in my bug list.
Can we get down to a appropriate size or will the logic be added for each case depending upon the number of images present.
Like,
if number of images is <50, DEFAULT_PAGE_SIZE = 20;
if number of image >50 and <100, DEFAULT_PAGE_SIZE = 40;
if number of image >100 and <200, DEFAULT_PAGE_SIZE = 80;
.
.
.
.
so on till image size >1000
Hi,
This bug still stands still in my bug list.
Can we get down to a appropriate size or will the logic be added for each case depending upon the number of images present.
Like,
if number of images is <50, DEFAULT_PAGE_SIZE = 20;
if number of image >50 and <100, DEFAULT_PAGE_SIZE = 40;
if number of image >100 and <200, DEFAULT_PAGE_SIZE = 80;
.
.
.
.
so on till image size >1000