Skip to content

Commit 01edb06

Browse files
committed
docs improving
1 parent d648841 commit 01edb06

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
Flexible Bootstrap Carousel plugin
44

5+
##Introducing
6+
This plugin makes possible showing different numbers of items in your Bootstrap carousel depending on the browser's window width. In fact it creates several columns in each item of a Bootstrap carousel. Then it is watching if the width of a browser window is changing and is adjusting number of columns in each item respectively to window's size (in this version of the plugin - from 1 through 3 columns).
7+
58
##Dependencies
69

710
```html
@@ -10,9 +13,14 @@ Flexible Bootstrap Carousel plugin
1013
<script type="text/javascript" src="js/bootstrap.js"></script>
1114
```
1215

13-
##Using
16+
##Usage
17+
18+
Firs of all, you'll want to include js and css files into your html code:
1419

15-
This plugin makes possible showing different numbers of items in your Bootstrap carousel depending on the window width. In fact it creates several columns in each item of a Bootstrap carousel. Then it is watching if the width of a browser window is changing and is adjusting number of columns in each item respectively to window's size (in this version of the plugin - from 1 through 3 columns).
20+
```html
21+
<link rel="stylesheet" type="text/css" href="css/flexible-bootstrap-carousel.css" />
22+
<script type="text/javascript" src="js/flexible-bootstrap-carousel.js"></script>
23+
```
1624

1725
To initiate the plugin you just need to add a *.flexible* class name to some Bootstrap carousel in your html code
1826

0 commit comments

Comments
 (0)