Toggle navigation
Bootsnipp
Bootstrap
For
CSS Frameworks
Bootstrap
Foundation
Semantic UI
Materialize
Pure
Bulma
References
CSS Reference
Tools
Community
Page Builder
Form Builder
Button Builder
Icon Search
Dan's Tools
Diff / Merge
Color Picker
Keyword Tool
Web Fonts
.htaccess Generator
Favicon Generator
Site Speed Test
Snippets
Featured
Tags
By Bootstrap Version
4.1.1
4.0.0
3.3.0
3.2.0
3.1.0
3.0.3
3.0.1
3.0.0
2.3.2
Register
Login
"Carousel Inside Modal"
Bootstrap 3.3.0 Snippet by
thehtml5ninja
3.3.0
modal
carousel
Preview
HTML
CSS
View Full Screen
Forked from
Fork
Fork this
Parent
2.5K
 
0 Fav
Post to Facebook
Tweet this
<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 ----------> <link rel="stylesheet" href="http://www.wyrvbrokers.com/css/font-awesome.min.css"> <div class="container text-center"> <h1> Button With Image Carousel Model Pop Up </h1> <!-- Large modal --> <button class="btn btn-default" data-toggle="modal" data-target=".imgSlider">View Slides</button> <div class="modal fade imgSlider" tabindex="-1" role="dialog" aria-labelledby="2001-Jayco-Eagle" aria-hidden="true"> <div class="modal-dialog modal-lg"> <div class="modal-content"> <div id="carousel-example-generic" class="carousel slide" data-ride="carousel"> <!-- Wrapper for slides --> <div class="carousel-inner"> <div class="item active"> <img class="img-responsive" src="http://unsplash.it/g/1200/600/?image=0" alt="Unsplash-0"> <div class="carousel-caption">Unsplash Image 0</div> </div> <div class="item"> <img class="img-responsive" src="http://unsplash.it/g/1200/600/?image=1" alt="Unsplash-1"> <div class="carousel-caption">Unsplash Image 1</div> </div> <div class="item"> <img class="img-responsive" src="http://unsplash.it/g/1200/600/?image=2" alt="Unsplash-2"> <div class="carousel-caption">Unsplash Image 2</div> </div> </div> <!-- Controls --> <a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev"> <span class="glyphicon glyphicon-chevron-left"></span> </a> <a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next"> <span class="glyphicon glyphicon-chevron-right"></span> </a> </div> </div> </div> </div> </div>
body { padding-top: 20px; } .btn-default { top: 25%; left:25%; color: #999; background: #fffccc; }
Questions / Comments:
Post
Posting Guidelines
Formatting
- Now
×
Close
Donate
BTC: 12JxYMYi6Vt3mx3hcmP3B2oyFiCSF3FhYT
ETH: 0xCD715b2E3549c54A40e6ecAaFeB82138148a6c76