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

Command icon 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

jwilson3 created an issue. See original summary.

jwilson3’s picture

  • jwilson3 committed 5447f9f2 on 2.2.x
    Issue #3450378 by jwilson3: Rivet - Port Image Carousel as Image Grid
    
jwilson3’s picture

Status: Active » Fixed

  • jwilson3 committed 60fe11ad on 2.2.x
    Issue #3450378 by jwilson3: Rivet - make 4 images show as 2x2 grid
    

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.