=== ID Logo Scroller ===
Contributors: insightdezign
Tags: logo scroller, logo carousel, infinite scroll, client logos, WPBakery
Requires at least: 5.0
Tested up to: 6.9
Requires PHP: 7.2
Stable tag: 1.0.2
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

A seamless infinite logo scroller element for WPBakery Page Builder.

== Description ==

ID Logo Scroller adds a smooth, infinite-scrolling logo carousel to your WordPress site. Built as a WPBakery Page Builder element with a standalone shortcode fallback.

**Features:**

* Seamless infinite scroll animation using CSS only — no JavaScript
* WPBakery Page Builder integration with drag-and-drop element
* Standalone shortcode: `[id_logo_scroller]`
* Configurable scroll speed (slow, medium, fast)
* Adjustable logo height and gap between logos
* Optional links per logo
* Pauses on hover for accessibility
* Respects `prefers-reduced-motion` media query
* Fully responsive

**Shortcode Usage:**

`[id_logo_scroller images="1,2,3" speed="medium" logo_height="60" gap="60"]`

* `images` — Comma-separated attachment IDs
* `links` — Newline-separated URLs matching image order
* `speed` — `slow`, `medium`, or `fast`
* `logo_height` — Logo height in pixels (default 60)
* `gap` — Space between logos in pixels (default 60)

== Installation ==

1. Upload the `id-logo-scroller` folder to `/wp-content/plugins/`.
2. Activate the plugin through the Plugins menu.
3. In WPBakery, add the "Logo Scroller" element, or use the shortcode directly.

== Changelog ==

= 1.0.2 =
* Added IDVE (Insight Dezign Visual Editor) block integration.

= 1.0.1 =
* Added License header and Plugin URI to plugin header for Plugin Check compliance.
* Added readme.txt, CHANGELOG.md, uninstall.php, and languages directory.
* Added version constants and SCRIPT_DEBUG support for minified assets.

= 1.0.0 =
* Initial release with WPBakery element and standalone shortcode.
