🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

FrameCarousel is a lightweight jQuery plugin used to create responsive, mobile-friendly, CSS3 animated carousels within specified frames.

Carousel

Documentation

Frame Carousel

A jQuery plugin to create carousels within frames. Click/tap here for demo.

Getting Started

Download

Download latest build here. Copy the folder dist and put it in a public directory of your project. Rename it to frame-carousel.

Include

At minimum, you need these files included in your html page:

<!-- You can override default styles in your CSS.--> <link rel="stylesheet" href="path/to/frame-carousel/jquery.frame-carousel.min.css">  <script type="text/javascript" src="path/to/frame-carousel/jquery.frame-carousel.min.js"></script>

Initialize

We need an element in your HTML page that will host the carousel. It could be as simple as a div:

<div class="host-element"></div>

Now sprinkle some JavaScript:

$('.host-element').frameCarousel();

To learn more about these options, please click here.

Documentation

For documentation, examples and other details, please visit this website.


You May Also Like