Problem/Motivation
1.- Rename “Image Carousel” paragraph type to “Image Grid”.
2.- Add logic to Image Carousel template to show items in a grid based on how many items are there, with special cases for:
- 1 item: fullwidth
- 2 items: row of 2
- 3 items: row of 3
- 4 items: grid of 2 by 2
- 5 items: row of 3, row of 2 (in a 3-up grid)
- 6 items: grid of 3 by 3
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork iu_paragraphs-3450378
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
jwilson3Comment #5
jwilson3