swiper

Open full view…

Fill multirow from left to right and from top to bottom

Simone Trentin
Wed, 18 Mar 2015 17:07:54 GMT

Hi! I'm sorry for my english. I need to create a grid 3x2, i want fill first from left to right three cells, ad after the second row. For example, if i have five contents, i want the first three on the first row and the fourth and fifth elmento on second row. Is it possible? I tryed in some way withouth success. Thank you

Vladimir Kharlampidi
Wed, 18 Mar 2015 19:02:59 GMT

Should be simple: ``` ... slidesPerColumnFill: 'row', slidesPerCoulmn: 3

Simone Trentin
Thu, 19 Mar 2015 08:41:22 GMT

Oh yes! thank you! I wrote ' slidesPerCoulmn : 2 ' thinking about having to indicate the number of cells per column

Simone Trentin
Thu, 19 Mar 2015 10:34:26 GMT

I apologize ! It does not work as I would like . Look here https://jsfiddle.net/nnkjf85y/ . I would like to fill before the first row with three cells

Vladimir Kharlampidi
Thu, 19 Mar 2015 13:10:10 GMT

As I wrote, slidesPerColumn should be `3`

Simone Trentin
Thu, 19 Mar 2015 13:23:28 GMT

Yes.... you can try to change it, the result is the same

Vladimir Kharlampidi
Thu, 19 Mar 2015 14:22:33 GMT

You need to have a bit more slides to make it work http://jsfiddle.net/bo4bvtzn/2/

Simone Trentin
Thu, 19 Mar 2015 15:01:41 GMT

unfortunately I used the worst case ) Your example is perfect . Thank youLike