Slider, Carousel, and Slideshow by Slider Factory – Image Slider, Video Slider
Slider Factory is a WordPress slider plugin for creating responsive image sliders, carousels, and slideshows. Pick images from your WordPress Media Library, choose one of 12 free layouts, and publish the slider on any page with a shortcode — no coding required. It works with the WordPress block editor and popular page builders such as Elementor, Divi, and WPBakery. Introducing Slider Factory Slider Factory is an all-in-one slider plugin for WordPress. You can add images, configure slider settings, and see the results using the live preview mode. Each slider you build loads only the CSS and JavaScript required by the layouts you use, and Slider Factory works with all major WordPress page builders — Elementor, Gutenberg, Divi, WPBakery, Beaver Builder, and more. Responsive Image Sliders An image slider displays a sequence of photos with transition effects, arrows, and optional captions. In Slider Factory, select images from your WordPress Media Library, drag them into order, add a caption or link, and the slider is ready to publish. Image sliders support touch-swipe navigation, so visitors can swipe through photos on phones and tablets. The same images can power a full-width hero image slider, a centered image slider, or a photo carousel. Whether you need a full-width image slider, a hero image slider, or a simple gallery carousel slider, Slider Factory covers these use cases. Video Sliders (Pro) With Slider Factory Pro you can create video sliders. A video slider allows you to display YouTube videos and Vimeo videos directly inside your slider. You can mix and match video slides with image slides to create a carousel slider with both types. The video slider automatically pauses when users navigate to the next slide. Drag and Drop Slider Builder Creating a slideshow does not require any technical skills. Slider Factory includes a drag-and-drop slide builder: Instant Preview — see your slider exactly as it will appear on your website before publishing. Multi-Select & Bulk Delete — manage your image slider slides quickly with multi-select tools. Clone Slider — duplicate any image slider or carousel slider with a single click. Easy Reordering — drag and drop your image slides to change their order in the slideshow instantly. Fully Responsive and Mobile-Ready Slider Every image slider, video slider, and carousel slider created with Slider Factory is 100% responsive. Your slideshow automatically adapts to fit any screen size — from large desktop monitors to smartphones and tablets. The image sliders feature touch-swipe navigation for mobile users to swipe through the carousel. Compatible with All Page Builders (Elementor Slider) Slider Factory uses a shortcode system, so you can embed your image slider or carousel slider anywhere on your site: Elementor Slider — use the shortcode widget to add your image slider directly into any Elementor page. Gutenberg Block Editor — insert your slideshow into Gutenberg using the native shortcode block. Divi, WPBakery, Beaver Builder — Slider Factory’s image sliders are fully compatible with all major visual builders. 12 Free Slider Layouts Slider Factory Free includes 12 unique, responsive slider layouts: Carousel Slideshow — a touch-enabled responsive image carousel slider with navigation arrows, dots, and thumbnail previews. PhotoRoller Slider — an interactive mouse-over rolling slideshow for photo gallery sliders. Accordion Slider — an expanding accordion slider layout showcasing image cards and text titles. Camera Master — a classic slideshow with a visual progress loading bar and transition effects. Cover Flow 3D — a Flipster 3D coverflow carousel transition slider for portfolios and image galleries. Carousel Wipe — full-screen sliding banner transitions with direction controls. A choice for a hero image slider. Rotating Slider — a wheel rotating layout with curved angles and dynamic slide rotation. Infinite Scroll Carousel — a looping slide strip scrolling continuously. A layout for logo showcases, client logo carousels, and brand sliders. Photo View Slider — a Polaroid-styled photo grid slider with thumbnail navigation. Snap Page Slider — full-screen section slider grids with vertical scroll snapping. Product Slider — an e-commerce product cards carousel slider designed for WooCommerce showcases. Before-After Image Comparison — an interactive side-by-side image comparison slider with a draggable handle. Free Plugin Demo: View Image Slider Demo Slider Factory Pro Features Slider Factory Pro adds these features: 21 Total Slider Layouts — nine additional premium layouts for your image slider and carousel slider needs. Video Sliders — add YouTube and Vimeo videos to your slideshows. Advanced Transition Effects — fade, slide, and CSS3 animation effects for your slideshow. Speed Control — control over your image slider transition speed and autoplay intervals. Pause on Hover — automatically pause the carousel slider when visitors hover over it. Fullscreen Slider Mode — allow users to view your image slider in fullscreen. Thumbnail Navigation — clickable thumbnails below your main image slider. Dots & Arrow Navigation — customize the navigation controls for your carousel slider. Loading Bar — a visual progress indicator for your slideshow. Image Links & Buttons — clickable links and call-to-action buttons on each image slide. Adaptive Height — your slider adjusts its height based on the image dimensions. Custom CSS — add your own styling to customize your image slider. WPML & Translation Ready — compatible with WPML for multilingual sliders. Pro Version Details: Learn More About Pro Pro Version Demo: View Pro Slider Demo Purchase Pro: Buy Slider Factory Pro
Top keywords
- slider75×8.92%
- image32×3.80%
- image slider17×2.02%
- carousel16×1.90%
- factory15×1.78%
- slider factory15×1.78%
- sliders11×1.31%
- carousel slider10×1.19%
- pro10×1.19%
- slideshow9×1.07%
- navigation7×0.83%
- video7×0.83%
WP Swiper
WP Swiper adds a flexible carousel block to the WordPress editor. Each slide accepts standard nested blocks, so you can combine images, headings, buttons, video, and other block content without using a separate page builder. Highlights Build slides with nested WordPress blocks. Choose from seven editable in-block starter templates without adding extra block types. Create horizontal or vertical responsive carousels. Configure navigation, pagination, autoplay, loop mode, free mode, and transition effects. Set responsive breakpoints, spacing, offsets, and slides per view. Add background images, focal points, overlays, thumbnails, and custom navigation icons. Drag image files into the editor to create slides. Load frontend assets only when a slider is detected, with an optional global-loading setting for custom setups. Use the bundled Swiper 14 runtime without a jQuery dependency. Accessibility Since version 1.4.6, WP Swiper removes non-visible slides from the accessibility tree and keyboard tab order. Focusable content is restored when its slide becomes visible, including in responsive layouts that display multiple slides. This behavior addresses one carousel accessibility barrier, but it is not a certification that WP Swiper or a website using it conforms to WCAG. Conformance must be evaluated for the complete published page and depends on the carousel configuration, slide content, theme, and other integrations. Site authors remain responsible for accessible content and configuration. Provide meaningful image alternatives, logical headings, readable contrast, and clear control labels. If autoplay is enabled, enable the pause/play control so users can stop rotation. Rotation stops when keyboard focus enters the carousel and restarts only after an explicit user request. See the W3C carousel accessibility guidance. Privacy WP Swiper does not include analytics, advertising, tracking, or telemetry. Images selected through the editor are handled by the standard WordPress Media Library and REST API. Support and development For usage questions, use the WordPress.org support forum. Report reproducible bugs and feature requests on GitHub. Security issues should be reported privately according to the repository security policy. Development is supported through Buy Me a Coffee. Developer filter The wpswiper_frontend_js_register_args filter can change the dependencies and loading arguments used for the plugin’s frontend script. add_filter( 'wpswiper_frontend_js_register_args', function ( $args ) { $args['deps'][] = 'jquery'; $args['args'] = array( 'in_footer' => true, 'strategy' => 'defer', ); return $args; } ); See the wp_enqueue_script() documentation for supported loading arguments. Frontend lifecycle WP Swiper automatically initializes blocks added after page load. Navigation and AJAX integrations can also call window.wpSwiperInit(element), window.wpSwiperDestroy(element), or window.wpSwiperReinit(element) with a .wp-swiper block wrapper. Runtime configuration corrections dispatch a wp-swiper:warning browser event with a structured diagnostic. Initialization failures dispatch wp-swiper:error, and explicit destruction dispatches wp-swiper:destroy. Contributing WP Swiper is developed openly on GitHub, and community contributions are welcome. Report reproducible bugs through the GitHub issue tracker. Suggest focused improvements and new features. Improve documentation, translations, accessibility, or test coverage. Submit pull requests after reviewing the contribution guide. Please report security issues privately according to the security policy.