Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sheikalthaf authored Jun 9, 2017
1 parent e85b5ae commit e78df66
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ResCarousel Means "Responsive Carousel"
<button class='btn btn-default rightRs'><i class="fa fa-fw fa-angle-right"></i></button>
</div>

# About data-items="xs,sm,md,lg"
# About data-items="xs,sm,md,lg" = number

(eg. data-items="2,4,5,6")

Expand All @@ -33,13 +33,20 @@ md - (In desktop size) How many items to be viewed in desktop view

xs - (In Large Desktop size) How many items to be viewed in Large Desktop view

added the looping of the items when it reaches the end

# About data-slide="2"
# About data-slide= number

(eg. data-slide="2")

data-slide is important one in this carousel which defines the no of item to be slide in a button click.

# About data-speed = in milli seconds

(eg. data-slide="2")

data-speed is used to control the speed of the moving items

Hope you guys enjoying the Rescarousel

if you find any bug let me know i will try to solve as much as possible
Expand Down

0 comments on commit e78df66

Please sign in to comment.