Easy Logo Carousel
A lightweight Gutenberg block for an auto-scrolling, continuously looping marquee of logo images from the Media Library.
by Paul Faulkner · github.com/headwalluk/easy-logo-carousel · website
★ 0stars
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/headwalluk/easy-logo-carousel/releases/download/v1.0.0/easy-logo-carousel.zipFrom the readme
Easy Logo Carousel
A lightweight Gutenberg block that displays an auto-scrolling, continuously
looping marquee of logo images picked from the Media Library — the classic
"trusted by…" logo strip.
The frontend is a pure CSS marquee: no jQuery, no Swiper, no carousel
library is loaded. Just a small stylesheet and the rendered markup.
Who it's for: site builders who want a tidy logo strip in a few clicks,
designers who want full CSS control, and developers who want a clean, hookable
block to extend.
Features
- Pick logos with the familiar Media Library picker (multi-select).
- Continuous, seamless scrolling — no arrows, dots or drag.
- Per-block controls: scroll speed, pause-on-hover, logo height, gap, greyscale.
- "Repeat logo set" control to keep the loop seamless with few or small logos.
- Respects prefers-reduced-motion (falls back to a static row).
- Responsive images via wpgetattachmentimage() (srcset, lazy loading).
- Zero frontend JavaScript.
Documentation
| Guide | For |
| ----- | --- |
| Usage guide | Site builders & content editors — adding the block and what each setting does. |
| Styling guide | Designers — markup structure, CSS classes and custom properties for fu
Read the full README on GitHub →