Page 1 of 1

How to display image in the grid? For example, 3x3 grid

Posted: Fri Jun 05, 2015 3:13 pm
by Paul C

I have list of pictures in an array. Is there anyway to list them all in the mobile grid? I would like to have 3 pictures in one row. Then, the 4th picture will be in the new row just below picture 1. If there are 9 pictures in an array, 3x3 grid will be shown. Each cell has one picture. If there 15 pictures in an array, 3x5 grid will be shown. Each cell has one picture.


How to display image in the grid? For example, 3x3 grid

Posted: Fri Jun 05, 2015 8:53 pm
by Serhii Kulibaba

Hello Paul,

You can use CSS for that activity. Please follow these topics:

https://getsatisfaction.com/apperyio/...
https://getsatisfaction.com/apperyio/...


How to display image in the grid? For example, 3x3 grid

Posted: Sun Jun 14, 2015 9:56 am
by Paul C

Thanks Sergiy