"Mini slider - Moodle 3.3.3"
Bootstrap 3.0.0 Snippet by dgcruzing

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
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.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">
<div class="row">
<h4>This little slider is working well for me - Not fading but slides and the buttons I have adapted look good</h4>
</div>
</div>
<!-- Start of content block -->
<div class="editor-indent" style="margin-left: 160px; padding: 0 0 0 80px; margin-right: 50px">
<div class="page-header text-center">
<h1>Put some text here</h1>
</div>
<div id="carousel_fade" class="carousel slide carousel-fade">
<div class="carousel-inner">
<div class="item active">
<img src="https://build.ford.com/dig/Ford/Fusion/2018/HD-TILE/Image[|Ford|Fusion|2018|1|1.|100A.P0G..FT..88D.648.997.CLO.FWD.89E.]/EXT/1/vehicle.png" width="400" height="400" role="presentation" class="img-responsive atto_image_button_text-bottom" style="border:2px solid #d3d3d3;">
</div>
<div class="item">
<img src="https://build.ford.com/dig/Ford/Fusion/2018/HD-TILE/Image[|Ford|Fusion|2018|1|1.|200A.P0H..UX..88D.64D.997.CLO.FWD.SAE.89T.]/EXT/1/vehicle.png" width="400" height="400" role="presentation" class="img-responsive atto_image_button_text-bottom" style="border:2px solid #d3d3d3;">
</div>
<div class="item">
<img src="https://build.ford.com/dig/Ford/Fusion/2018/HD-TILE/Image[|Ford|Fusion|2018|1|1.|300A.P0K..UG..88C.64B.999.LEA.FWD.TTN.89T.43P.]/EXT/1/vehicle.png" width="400" height="400" role="presentation" class="img-responsive atto_image_button_text-bottom" style="border:2px solid #d3d3d3;">
</div>
</div>
<h3 style="text-align: center;"><a class="carousel-left" href="#carousel_fade" data-slide="prev"><img src="https://findicons.com/files/icons/2166/oxygen/48/arrow_left.png" alt="" width="43" height="12" role="presentation" class="img-responsive atto_image_button_text-bottom"></a><a class="carousel-right" href="#carousel_fade" data-slide="next"><img src="https://findicons.com/icon/238296/arrow_right" alt="" width="43" height="12" role="presentation" class="img-responsive atto_image_button_text-bottom"></a></h3></div></div>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: