Modern and Responsive Dual Image Carousel Plugin

jquery slider is a modern and responsive dual-image carousel plugin written in jQuery, CSS, and webpack.

carousel slider with popup jquery, multiple image slider jquery example, jquery carousel slider example, jquery image slider code

How to make use of it:

1. Download or Run the package or bundle.

$ npm install
$ npm run-script build

2. The HTML structure for the picture carousel.

<div class="slider-wrapper">
  <div class="slider">
    <div class="slider__top-row slider-row">
      <img src="1.jpg" alt="">
      <img src="2.jpg" alt="">
      <img src="3.jpg" alt="">
      <img src="4.jpg" alt="">
      <img src="5.jpg" alt="">
    </div>
    <div class="slider__bottom-row slider-row">
      <img src="6.jpg" alt="">
      <img src="7.jpg" alt="">
      <img src="8.jpg" alt="">
      <img src="9.jpg" alt="">
    </div>
  </div>
  <div class="slider-actions">
    <button class="prev">
      <span><img src="assets/images/arrow-blue-left.png" alt=""></span>
      <span><img src="assets/images/arrow-gray-left.png" alt=""></span>
    </button>
    <button class="next">
      <span><img src="assets/images/arrow-blue-right.png" alt=""></span>
      <span><img src="assets/images/arrow-gray-right.png" alt=""></span>
    </button>
  </div>
</div>

Dual Image Carousel Slider, jquery sliderPlugin/Github, jquery carousel slider example code, automatic image slider in html css


See Demo And Download

Official Website(damirpristav): Click Here

This superior jQuery/javascript plugin is developed by damirpristav. For extra Advanced Usage, please go to the official website.

Related Posts

VenoBox-Responsive-jQuery-Lightbox-Plugin

Responsive Image Gallery Lightbox jQuery Plugin | VenoBox

VenoBox is a responsive jQuery modal window plugin suitable for images, embedded content, iFrames, Google Maps, Vimeo, and YouTube videos. The big difference compared to many other…

bootstrap-dropdown-on-hover

[Animation] Bootstrap Multi-Level Responsive Dropdown Menu

Bootstrap-based multi-level dropdown navigation menu with cool animations. The dropdown on Hover is a jQuery plugin used to create Bootstrap multi-level scroll-triggered dropdown menus with CSS3 animations…

Google-Translate-Dropdown-Customize-With-Country-Flag

Google Translate Dropdown Customize With Country Flag | GT API

Flag google translates jQuery text that takes advantage of the Google Cloud Translation API to translate web content between languages by selecting a country from the dropdown…

Bootstrap-Fileinput

HTML 5 File Input Optimized for Bootstrap 4.x./3.x with File Preview | Bootstrap Fileinput

bootstrap-fileinput is an improved HTML 5 file input  Bootstrap 5.x, 4.x and 3.x with file preview for different files, provides multiple selections, resumable section uploads, and more….

Floating-Whatsapp-Chat-Button

How to Add Floating Whatsapp Chat Button In HTML | venom-button

Venom Button is a very simple plugin for the jQuery floating WhatsApp button. Adds a floating button to your site that calls WhatsApp Click to Chat API. It will automatically start the WhatsApp…

Bootstrap-4-Sidebar-Menu-Responsive-Template

Bootstrap 4 Sidebar Menu Responsive Template | MDB

Bootstrap Side Navbar – Responsive sidebar template based on the Bootstrap 4 framework. An easy-to-use, totally responsive, Google Material Design impressed aspect navigation for modern web app…

Leave a Reply

Your email address will not be published. Required fields are marked *