Bootstrap snippet and html example. Gallery of images

This html snippet was created to help web designers, web developers, front-end and back-end developer save time. Use it for free in your project and build your app faster, You can also download the HTML, CSS, and JS code.
Tags: gallery,images

HTML code

This is the html code used to create this bootstrap snippet, You can copy and paste the following html code inside a page with bootstrap 3.3.6 included, to get the result that you can see in the preview selection

<div class="container">
<div class="portfolioContainer">
    <div class="col-sm-6 col-lg-3 col-md-4 webdesign illustrator">
        <div class="gal-detail thumb">
            <a href="#" class="image-popup" title="Screenshot-1">
                <img src="https://www.bootdey.com/image/400x280/00BFFF/000000" class="thumb-img" alt="work-thumbnail">
            </a>
            <h4 class="text-center">Gallary Image</h4>
            <div class="ga-border"></div>
            <p class="text-muted text-center"><small>Photography</small></p>
        </div>
    </div>

    <div class="col-sm-6 col-lg-3 col-md-4 graphicdesign illustrator photography">
        <div class="gal-detail thumb">
            <a href="#" class="image-popup" title="Screenshot-2">
                <img src="https://www.bootdey.com/image/400x280/00BFFF/000000" class="thumb-img" alt="work-thumbnail">
            </a>
            <h4 class="text-center">Gallary Image</h4>
            <div class="ga-border"></div>
            <p class="text-muted text-center"><small>Photography</small></p>
        </div>
    </div>

    <div class="col-sm-6 col-lg-3 col-md-4 webdesign graphicdesign">
        <div class="gal-detail thumb">
            <a href="#" class="image-popup" title="Screenshot-3">
                <img src="https://www.bootdey.com/image/400x280/DC143C/000000" class="thumb-img" alt="work-thumbnail">
            </a>
            <h4 class="text-center">Gallary Image</h4>
            <div class="ga-border"></div>
            <p class="text-muted text-center"><small>Photography</small></p>
        </div>
    </div>

    <div class="col-sm-6 col-lg-3 col-md-4 illustrator photography">
        <div class="gal-detail thumb">
            <a href="#" class="image-popup" title="Screenshot-4">
                <img src="https://www.bootdey.com/image/400x280/6495ED/000000" class="thumb-img" alt="work-thumbnail">
            </a>
            <h4 class="text-center">Gallary Image</h4>
            <div class="ga-border"></div>
            <p class="text-muted text-center"><small>Photography</small></p>
        </div>
    </div>

    <div class="col-sm-6 col-lg-3 col-md-4 graphicdesign photography">
        <div class="gal-detail thumb">
            <a href="#" class="image-popup" title="Screenshot-5">
                <img src="https://www.bootdey.com/image/400x280/00BFFF/000000" class="thumb-img" alt="work-thumbnail">
            </a>
            <h4 class="text-center">Gallary Image</h4>
            <div class="ga-border"></div>
            <p class="text-muted text-center"><small>Photography</small></p>
        </div>
    </div>

    <div class="col-sm-6 col-lg-3 col-md-4 webdesign photography">
        <div class="gal-detail thumb">
            <a href="#" class="image-popup" title="Screenshot-6">
                <img src="https://www.bootdey.com/image/400x280/00008B/000000" class="thumb-img" alt="work-thumbnail">
            </a>
            <h4 class="text-center">Gallary Image</h4>
            <div class="ga-border"></div>
            <p class="text-muted text-center"><small>Photography</small></p>
        </div>
    </div>

    <div class="col-sm-6 col-lg-3 col-md-4 illustrator photography graphicdesign">
        <div class="gal-detail thumb">
            <a href="#" class="image-popup" title="Screenshot-7">
                <img src="https://www.bootdey.com/image/400x280/008B8B/000000" class="thumb-img" alt="work-thumbnail">
            </a>
            <h4 class="text-center">Gallary Image</h4>
            <div class="ga-border"></div>
            <p class="text-muted text-center"><small>Photography</small></p>
        </div>
    </div>

    <div class="col-sm-6 col-lg-3 col-md-4 graphicdesign photography webdesign">
        <div class="gal-detail thumb">
            <a href="#" class="image-popup" title="Screenshot-8">
                <img src="https://www.bootdey.com/image/400x280/FF8C00/000000" class="thumb-img" alt="work-thumbnail">
            </a>
            <h4 class="text-center">Gallary Image</h4>
            <div class="ga-border"></div>
            <p class="text-muted text-center"><small>Photography</small></p>
        </div>
    </div>

    <div class="col-sm-6 col-lg-3 col-md-4 webdesign illustrator">
        <div class="gal-detail thumb">
            <a href="#" class="image-popup" title="Screenshot-9">
                <img src="https://www.bootdey.com/image/400x280/9932CC/000000" class="thumb-img" alt="work-thumbnail">
            </a>
            <h4 class="text-center">Gallary Image</h4>
            <div class="ga-border"></div>
            <p class="text-muted text-center"><small>Photography</small></p>
        </div>
    </div>

    <div class="col-sm-6 col-lg-3 col-md-4 photography graphicdesign">
        <div class="gal-detail thumb">
            <a href="#" class="image-popup" title="Screenshot-10">
                <img src="https://www.bootdey.com/image/400x280/E9967A/000000" class="thumb-img" alt="work-thumbnail">
            </a>
            <h4 class="text-center">Gallary Image</h4>
            <div class="ga-border"></div>
            <p class="text-muted text-center"><small>Photography</small></p>
        </div>
    </div>

    <div class="col-sm-6 col-lg-3 col-md-4 graphicdesign photography">
        <div class="gal-detail thumb">
            <a href="#" class="image-popup" title="Screenshot-11">
                <img src="https://www.bootdey.com/image/400x280/FF1493/000000" class="thumb-img" alt="work-thumbnail">
            </a>
            <h4 class="text-center">Gallary Image</h4>
            <div class="ga-border"></div>
            <p class="text-muted text-center"><small>Photography</small></p>
        </div>
    </div>

    <div class="col-sm-6 col-lg-3 col-md-4 webdesign graphicdesign illustrator">
        <div class="gal-detail thumb">
            <a href="#" class="image-popup" title="Screenshot-12">
                <img src="https://www.bootdey.com/image/400x280/1E90FF/000000" class="thumb-img" alt="work-thumbnail">
            </a>
            <h4 class="text-center">Gallary Image</h4>
            <div class="ga-border"></div>
            <p class="text-muted text-center"><small>Photography</small></p>
        </div>
    </div>

</div>
</div>

CSS code

This is the css code used to create this bootstrap snippet, You can copy and paste the following css code inside a page with bootstrap 3.3.6 included, to get the result that you can see in the preview selection

body{margin-top:20px;
background:#eee;
}

/* ===========
   Gallery
 =============*/
.portfolioFilter a {
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-out;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  color: #333333;
  padding: 5px 10px;
  display: inline-block;
  transition: all 0.3s ease-out;
}
.portfolioFilter a:hover {
  background-color: #228bdf;
  color: #ffffff;
}
.portfolioFilter a.current {
  background-color: #228bdf;
  color: #ffffff;
}
.thumb {
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  margin-top: 30px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  width: 100%;
}
.thumb-img {
  border-radius: 2px;
  overflow: hidden;
  width: 100%;
}
.gal-detail h4 {
  margin: 16px auto 10px auto;
  width: 80%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gal-detail .ga-border {
  height: 3px;
  width: 40px;
  background-color: #228bdf;
  margin: 10px auto;
}

Similar snippets

Bootstrap example and template. thumbnails gallery with overlays

thumbnails gallery with overlays

Bootstrap example and template. Bootstrap Gallery with Modal Lightbox and Carousel

Bootstrap Gallery with Modal Lightbox and Carousel

Bootstrap example and template. image badge

image badge

Bootstrap example and template. bs4 image box

bs4 image box

Bootstrap example and template. about me

about me

Bootstrap example and template. bs5 dark footer

bs5 dark footer

Bootstrap example and template. user about me section

user about me section

Bootstrap example and template. company team list with image a social links

company team list with image a social links

Bootstrap example and template. Gallery of images

About this bootstrap example/template

We hope you will enjoy this awesome snippet and stay tuned for the latest updates, bootdey snippets are already used in thousands of blogs, websites and projects. We believe it will save your precious time and gives trendy look to your next web project.

We always try to offer the best beautiful and responsive source of Bootstrap code examples and components.

This code example currectly have 10.1K views, Using this bootstrap snippet you have the following benefits:

Bootstrap 3.3.6

<link rel='stylesheet' href='https://netdna.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css'>

<script src='https://netdna.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js'></script>

This code example is based on bootstrap 3.3.6 and the grid system of this framework

Responsive

Based on bootstrap framework makes all the layouts perfectly responsive for all devices

Crossbrowser compatibility

Tested on all major browsers, it works smoothly on all of them

semantic html 5

Built on html / css3 the code quality is really amazing

Simple Integration

This code example can be simply integrated on existing sites and new ones too, all you need to do is copy the code and start working