From e78df665e1db07dfc41561b39ff966ab4bb0c30d Mon Sep 17 00:00:00 2001 From: Sheik Althaf Date: Fri, 9 Jun 2017 23:14:48 +0530 Subject: [PATCH 1/4] Create README.md --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b382316..28b4335 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ ResCarousel Means "Responsive Carousel" -# About data-items="xs,sm,md,lg" +# About data-items="xs,sm,md,lg" = number (eg. data-items="2,4,5,6") @@ -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 From fb8498f4e6b85ea46e9075bfe76184a5b87901aa Mon Sep 17 00:00:00 2001 From: Sheik Althaf Date: Sat, 10 Jun 2017 09:59:58 +0530 Subject: [PATCH 2/4] Create README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28b4335..f9151e9 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ data-slide is important one in this carousel which defines the no of item to be # About data-speed = in milli seconds -(eg. data-slide="2") +(eg. data-speed="300") data-speed is used to control the speed of the moving items From 2e6bbd2834c7a0426b20c908dd2d82f783ca8534 Mon Sep 17 00:00:00 2001 From: Sheik Althaf Date: Sat, 10 Jun 2017 21:55:09 +0530 Subject: [PATCH 3/4] Create README.md --- README.md | 42 ++++++++++++++++++++++++++++-------------- 1 file changed, 28 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index f9151e9..c0d4cde 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ This is Project is based on bootstrap carousel. I have Seen some disadvantage in bootstrap carousel so it started to develope this ResCarousel. I actually developed this for my Online store project. ResCarousel Means "Responsive Carousel" - -
-
+``` +
+
your item content
@@ -16,14 +16,16 @@ ResCarousel Means "Responsive Carousel" ...
- +
- -# About data-items="xs,sm,md,lg" = number - +``` +# data-items +``` +type: "xs,sm,md,lg" +``` (eg. data-items="2,4,5,6") -data-items is important one in this carousel which defines the no of item to be viewed in a page. +`data-items` is important one in this carousel which defines the no of item to be viewed in a page. xs - (In mobile size) How many items to be viewed in mobile view @@ -35,20 +37,32 @@ 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= number - +# data-slide +``` +type: 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. +`data-slide` is important one in this carousel which defines the no of item to be slide in a button click. + +# data-interval +``` +type: milli seconds +``` +(eg. data-interval="6000") -# About data-speed = in milli seconds +`data-interval` is defines the auto sliding of items with value of milli seconds. +# data-speed +``` +type: milli seconds +``` (eg. data-speed="300") -data-speed is used to control the speed of the moving items +`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 -By CreativeTechSoft +> # By CreativeTechSoft From 8fdc6ef5132bc404c1f607a5fe3afe993ee1e77a Mon Sep 17 00:00:00 2001 From: Sheik Althaf Date: Sat, 10 Jun 2017 22:20:46 +0530 Subject: [PATCH 4/4] Set theme jekyll-theme-cayman --- _config.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 _config.yml diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..c419263 --- /dev/null +++ b/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-cayman \ No newline at end of file