:: **Zploit** v1.0 | Current Path: **/home/kreativepixelz/www/demo/renusbengalcats.com/**
:: Editing File: gallery_video.php
<?php include"header.php"?> <!-- Jumbotron --> <div class="jumbotron jumbotron-fluid" data-center="background-size: 100%;" data-top-bottom="background-size: 110%;"> <div class="container" > <!-- jumbo-heading --> <div class="jumbo-heading" data-aos="fade-up"> <h1>Videos</h1> <!-- Breadcrumbs --> <nav aria-label="breadcrumb"> <ol class="breadcrumb"> <li class="breadcrumb-item"><a href="index.php">Home</a></li> <li class="breadcrumb-item"><a href="#">Gallery</a></li> <li class="breadcrumb-item active" aria-current="page">Videos</li> </ol> </nav> <!-- /breadcrumb --> </div> <!-- /jumbo-heading --> </div> <!-- /container --> </div> <!-- /jumbotron --> <!-- ==== Page Content ==== --> <div class="page pb-0" > <div class="container"> <div id="gallery-isotope" class="mt-5 tz-gallery"> <!-- image --> <div class="isotope-item col-lg-4 col-md-6"> <iframe width="100%" height="315" src="https://www.youtube.com/embed/xPfK8DWFzvU" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> <h6 class="text-center">Their first time in the garden</h6> </div> <!-- image --> <div class="isotope-item col-lg-4 col-md-6"> <iframe width="100%" height="315" src="https://www.youtube.com/embed/Kj2Vuylr2Cw" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> <h6 class="text-center">6 Meses</h6> </div> <!-- image --> <div class="isotope-item col-lg-4 col-md-6"> <iframe width="100%" height="315" src="https://www.youtube.com/embed/C6BOcNKdqFg" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> <h6 class="text-center">Magic Box</h6> </div> <!-- image --> <div class="isotope-item col-lg-4 col-md-6"> <iframe width="100%" height="315" src="https://www.youtube.com/embed/b0QLX9sLzZw" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> <h6 class="text-center">Cat is preparing to sleep</h6> </div> <!-- image --> <div class="isotope-item col-lg-4 col-md-6"> <iframe width="100%" height="315" src="https://www.youtube.com/embed/MicJgiPKz7o" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> <h6 class="text-center">Cat is opening the door</h6> </div> <!-- image --> <div class="isotope-item col-lg-4 col-md-6"> <iframe width="100%" height="315" src="https://www.youtube.com/embed/Sw_MCcwWtqg" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> <h6 class="text-center">Laser</h6> </div> </div> <!-- /gallery-isotope --> </div> </div> <!-- /page --> <!-- ==== footer ==== --> <?php include"footer.php"?>