Logo v2.3.1
Image Description

No Results

  • Get Support
  • Preview Demo
Logo v2.3.1
  • Docs
  • Snippets
  • Snippets
  • Introduction
  • Navbar / Heroes
  • Headers (Navbar)
  • Hero Sections
  • Foundations
  • Features
    General Stats Step Navs (Tabs)
  • Icon Blocks
  • Cards
    Grid
  • Testimonials
  • Blogs
    Grid List
  • Pricing
  • Team Sections
  • Call-to-Action (CTA)
  • Modals
  • Portfolio
  • Gallery
  • Clients
  • FAQ
  • Lists
  • Comments
  • User Profile
  • Sidebar Nav Examples
  • Content Sections
  • Forms
  • Authentication
  • Feedback
  • Filters
  • Search
  • Directory
  • Subscribe
  • Contact / Footer
  • Contact Sections
  • Footer

Gallery

Component #1

  • Preview
  • HTML
Image Description
Image Description
Image Description
Image Description
Image Description
Image Description
              
                <!-- Gallery -->
                <div class="container-fluid">
                  <div class="row align-items-end gx-2 gx-lg-3 mb-2 mb-lg-3">
                    <div class="col-3 d-none d-md-block" style="margin-bottom: -5rem;">
                      <img class="img-fluid w-100" src="../assets/img/364x268/img1.jpg" alt="Image Description">
                    </div>
                    <!-- End Col -->

                    <div class="col-6 col-md-3">
                      <img class="img-fluid w-100" src="../assets/img/265x290/img1.jpg" alt="Image Description">
                    </div>
                    <!-- End Col -->

                    <div class="col-6 col-md-3">
                      <img class="img-fluid w-100" src="../assets/img/387x290/img1.jpg" alt="Image Description">
                    </div>
                    <!-- End Col -->

                    <div class="col-3 d-none d-md-block" style="margin-bottom: -5rem;">
                      <img class="img-fluid w-100" src="../assets/img/364x268/img2.jpg" alt="Image Description">
                    </div>
                    <!-- End Col -->
                  </div>
                  <!-- End Row -->

                  <div class="row gx-2 gx-lg-3">
                    <div class="col-6 col-md-3 offset-md-3">
                      <img class="img-fluid w-100" src="../assets/img/387x290/img2.jpg" alt="Image Description">
                    </div>
                    <!-- End Col -->

                    <div class="col-6 col-md-3">
                      <img class="img-fluid w-100" src="../assets/img/265x290/img2.jpg" alt="Image Description">
                    </div>
                    <!-- End Col -->
                  </div>
                  <!-- End Row -->
                </div>
                <!-- End Gallery -->
              
            

Component #2

  • Preview
  • HTML
Image Description
Image Description
Image Description
Image Description
              
                <!-- Gallery -->
                <div class="container content-space-1">
                  <div class="row align-items-end gx-2 gx-lg-3 mb-2 mb-lg-3">
                    <div class="col-6">
                      <img class="img-fluid w-100" src="../assets/img/900x700/img7.jpg" alt="Image Description">
                    </div>
                    <!-- End Col -->

                    <div class="col-4 col-md-3">
                      <img class="img-fluid w-100" src="../assets/img/600x600/img3.jpg" alt="Image Description">
                    </div>
                    <!-- End Col -->
                  </div>
                  <!-- End Row -->

                  <div class="row gx-2 gx-lg-3">
                    <div class="col-4 col-md-3 offset-2 offset-md-3">
                      <img class="img-fluid w-100" src="../assets/img/600x600/img2.jpg" alt="Image Description">
                    </div>
                    <!-- End Col -->

                    <div class="col-6">
                      <img class="img-fluid w-100" src="../assets/img/900x700/img2.jpg" alt="Image Description">
                    </div>
                    <!-- End Col -->
                  </div>
                  <!-- End Row -->
                </div>
                <!-- End Gallery -->