#Layout of slideshow after 1.0.8.

⚑️ Live updates comments, jobs, and issues, tagged with #Layout of slideshow after 1.0.8. will update issues and activities on this page.

Issues

The last 100 updated issues.

Activities

The last 7 days of comments and CI jobs.

  • πŸ‡ΊπŸ‡ΈUnited States flashwebcenter Austin TX

    When creating a slideshow in Drupal 10, there are two distinct approaches, which often cause confusion:

    Slideshow from Nodes: In this approach, each slide is a separate node. For example, if you have a content type like "Article," each article node can represent an individual slide in the slideshow. This is managed by creating a View that pulls multiple nodes and displays them as a slideshow.

    Slideshow from a Multi-Value Image Field: Here, a single node contains an image field with multiple images. The slideshow is created by rendering all the images from that single field as individual slides. This approach is useful for cases like a gallery or product page, where all images are associated with one piece of content.

    Understanding the distinction is essential because the setup and use cases differ significantly. The Views Vanilla JavaScript Slideshow (VVJS) is a "Slideshow from Nodes" and it is suited for content-heavy slides, while the "Multi-Value Image Field Slideshow" is ideal for displaying image galleries. https://www.drupal.org/project/field_slideshow β†’

    Best wishes,
    Alaa

Production build 0.71.5 2024