Erel’s example 2 of SMM downloads 600 images and works well. If I change the number of downloaded images to say 26 which is not a number divisible by 4 (number of images per row), the number of images is automatically padded by 2 more images to make it 28 which is divisible by 4. What happens if the available pictures to download or extract from a folder is 26, how would you pad the additional 2 slots where no images are available without crashing. Size mod 4 ???
Thank you
Thank you