

Slider in action on the frontend
Sleek Compare is a lightweight before/after image comparison slider for WordPress. Built with performance in mind — no jQuery, no FontAwesome, no bloat.
Want Gutenberg block and Elementor widget support? Check out Sleek Compare Pro for:
Basic usage:
[sleek_compare before=”https://example.com/before.jpg” after=”https://example.com/after.jpg”]
With all options:
[sleek_compare
before=”https://example.com/before.jpg”
after=”https://example.com/after.jpg”
start=”30″
label_before=”Original”
label_after=”Enhanced”
show_labels=”true”
]
before – URL of the before image (required)after – URL of the after image (required)start – Starting position 0-100 (default: 50)label_before – Before label text (default: “Before”)label_after – After label text (default: “After”)show_labels – Show labels true/false (default: true)