HOT
22bulbjungle
No Result
View All Result
22bulbjungle
No Result
View All Result
Home Web Development Javascript

Responsive Image Carousel Tutorial with jQuery and Slick Slider

in Javascript, Web Development
Reading Time: 1min read
438 5
0
Easy and Responsive Image Carousel Tutorial with jQuery and Slick Slider
609
SHARES
2.8k
VIEWS
Share on FacebookShare on Twitter

This Video is going to show you How to Create an Easy and Responsive Image Carousel Tutorial with jQuery and Slick Slider

The code:

RelatedPosts

CSS Tricks: Expand Card on Hover Effect (Game of Thrones theme | CODE INSIDE)

How To Create an Overlay Zoom Hover Effect in CSS [CODE]

How to Create a Direct Download Link in WordPress

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>

<script src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.js"></script>

<style type="text/css">
.container{
    width: 70%;
    margin:0 auto;
    padding: 35px;
}
 .container .slick-next:before,.container .slick-prev:before{
    color:#cacaca;
    font-size: 30px;
}
 .slick-slide{
    text-align: center;
}
 .slick-slide img{
    max-width: 472px;
    margin: auto;
    box-shadow:0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

</style>

<script type="text/javascript">

    $(document).ready(function(){
        $('.slides').slick({
            speed: 300,
            autoplay:true,
            dots:true,
            slidesToShow:2,
            slidesToScroll:1,
            responsive: [
            {
                breakpoint: 1024,
                settings: {
                    slidesToShow: 1,
                    slidesToScroll: 1,
                }
            }
            ]
        })
    });

    </script>

<div class="container">
<div class="slides"><img src="image-a.jpg" />
<img src="image-b.jpg" />
<img src="image-c.jpg" />
<img src="image-d.jpg" />
<img src="image-e.jpg" />
<img src="image-f.jpg" />
<img src="image-g.jpg" />
<img src="image-h.jpg" />
<img src="image-i.jpg" />
<img src="image-j.jpg" /></div>
</div>

 

Tags: jQuerySlider
Share244Tweet152Share61

Related Posts

Window cards expand on hover with CSS
CSS

CSS Tricks: Expand Card on Hover Effect (Game of Thrones theme | CODE INSIDE)

by business22bulbjungle
March 3, 2021
0

<div class="drogon"><img src="drogon.png" /></div> <div class="house-lists"> <div class="house" style="background-image: url('stark.png');"> <div class="house-inner"> <div class="sigil"><img src="sigil/sigil-stark.png" /></div> <div class="house-name">Stark</div> </div> </div> <div class="house"...

Read more
How To Create an Overlay Zoom Effect in CSS

How To Create an Overlay Zoom Hover Effect in CSS [CODE]

September 21, 2020
How to Create a download link in wordpress

How to Create a Direct Download Link in WordPress

April 27, 2020
How to Change Chrome DevTools Theme Color (Developer Tools)

How to Change Chrome DevTools Theme Color (Developer Tools)

April 27, 2020

Trending

How to create news ticker horizontal- scrolling text
CSS

How to Create a Horizontal News Ticker with CSS Only (Scrolling Texts | CODE)

1 year ago
Frontend vs Backend
Web Development

Frontend vs Backend Comparison (Languages, Frameworks and Libraries)

1 year ago
How to hide or remove woocommerce my account either tabs
Video

How to Remove My Account Menu Links in Woocommerce

1 year ago
How to Create Paypal Sandbox Account in 2020
Ecommerce

How to Create Paypal Sandbox Test Account in 2020

1 year ago
How to Create a CSS Equal Height Columns Create Div Columns with the Same Height-min
CSS

How to Create a CSS Equal Height Columns (Create Div Columns with the Same Height)

1 year ago

Free Do it yourself tutorials on CSS, HTML, Photoshop, Wordpress, and Woocommerce to help you learn web development and graphic design.

Follow Us

Recent News

Windows Multiple Copy and Paste (Copy and Paste in One Go)

Windows Multiple Copy and Paste (Copy and Paste in One Go)

February 8, 2021
Window cards expand on hover with CSS

CSS Tricks: Expand Card on Hover Effect (Game of Thrones theme | CODE INSIDE)

March 3, 2021

Categories

  • CSS
  • Ecommerce
  • Graphic Design
  • Javascript
  • PC Tips
  • Photoshop
  • Responsive design
  • Video
  • Web Development
  • Woocommerce
  • Wordpress
  • Home
  • Blog
  • Web Development
  • Graphic Design

© 2021 22BulbJungle.

No Result
View All Result
  • Home
  • Blog
  • Web Development
    • CSS
    • Javascript
    • WordPress
  • Graphic Design
    • Photoshop

© 2021 22BulbJungle.

Welcome Back!

Login to your account below

Forgotten Password?

Create New Account!

Fill the forms below to register

All fields are required. Log In

Retrieve your password

Please enter your username or email address to reset your password.

Log In
This website uses cookies. By continuing to use this website you are giving consent to cookies being used. Visit our Privacy and Cookie Policy.