When they search, make sure they find you!

Selecting Images

The images setting controls which logos appear in the scroller. Images are selected from the WordPress media library and stored as a comma-separated list of attachment IDs.

In WPBakery Page Builder

The Logo Scroller element uses WPBakery’s built-in attach_images field. Click the field to open the media library, select your logo images, and click Set Images. You can reorder the selected images by dragging them within the gallery picker.

In IDVE

The Logo Scroller block uses a gallery picker field. Click Select Images to open the WordPress media library with multi-select enabled. Choose your logos and click Add to Gallery. Selected images appear as a thumbnail grid in the settings panel. Use Replace Images to change the selection or Clear All to remove all images.

In the Shortcode

Pass a comma-separated list of attachment IDs to the images attribute:

[[id_logo_scroller images="101,102,103,104"]]

To find an attachment ID, open the image in Media > Library. The ID appears in the browser address bar (e.g., post=101) and in the attachment details panel.

Image Recommendations

  • Use transparent PNGs or SVGs for logos so they blend cleanly with any background color.
  • Keep file sizes small. Since logos are displayed at a fixed height (default 60px), there is no need for high-resolution source files. Images around 200–400px tall are plenty.
  • Set alt text on each image in the media library. The scroller renders each logo with its alt text for screen reader accessibility.