"pure css zooming auto slider "
Bootstrap 3.3.0 Snippet by rasheedbhutto

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div class="container-fluid">
<div class="row">
<div class="col-md-12" style="padding:0">
<!-- Start cssSlider.com -->
<div class='csslider1 autoplay '>
<input name="cs_anchor1" id='cs_slide1_0' type="radio" class='cs_anchor slide' >
<input name="cs_anchor1" id='cs_slide1_1' type="radio" class='cs_anchor slide' >
<input name="cs_anchor1" id='cs_slide1_2' type="radio" class='cs_anchor slide' >
<input name="cs_anchor1" id='cs_play1' type="radio" class='cs_anchor' checked>
<input name="cs_anchor1" id='cs_pause1' type="radio" class='cs_anchor' >
<ul>
<div style="width: 100%; visibility: hidden; font-size: 0px; line-height: 0;">
<img src="http://cssslider.com/sliders/pen/images/buns.jpg" style="width: 100%;">
</div>
<li class='num0 img'>
<img src='http://lorempixel.com/1200/800/food/1/' alt='' title='' />
</li>
<li class='num1 img'>
<img src='http://lorempixel.com/1200/800/food/2/' alt='' title='' />
</li>
<li class='num2 img'>
<img src='http://lorempixel.com/1200/800/food/3/' alt='' title='' />
</li>
</ul>
<div class='cs_description'>
<label class='num0'>
<span class="cs_title"><span class="cs_wrapper">chiken</span></span>
</label>
<label class='num1'>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.text-1 {
font-family:Roboto;
}
.text-1 a{
color: #000000;
text-decoration: none;
}
.csslider1 {
display: inline-block;
position: relative;
padding:0px;
width: 100%;
}
.csslider1 > .cs_anchor {
display: none;
}
.csslider1 > ul {
position: relative;
z-index: 1;
font-size: 0;
line-height: 0;
margin: 0 auto;
padding: 0;
overflow: hidden;
white-space: nowrap;
}
.csslider1 > ul > li.img img {
width: 100%;
}
.csslider1 > ul > li.img {
font-size: 0pt;
-khtml-user-select: none;
-moz-user-select: none;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments:

Q-1)-How can i add images in zoom slide .whan i add 6-7 images in this zoom slide its not working. and also content not working.

Q-2)- how to change this (-webkit-animation: kenbernsTR 24000ms infinite -2000ms linear;) in css.

virendra123 (-1) - 6 years ago - Reply -1