pedroabreu / ion-gallery

Ionic gallery directive
MIT License
124 stars 61 forks source link

Gallery inside modal #74

Open BenitoP opened 7 years ago

BenitoP commented 7 years ago

Hi,

Is there any reason why the directive would add new rows when the items are more than the set row size? For example having items = [1,2,3,4], you will only get one row with items [4,2,3]. I tried placing it on its own page then it worked fine, but would have preferred the modal approach.