| Server IP : 103.234.187.230 / Your IP : 216.73.216.216 Web Server : Apache System : Linux lserver42043-ind.megavelocity.net 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64 User : apache ( 48) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/b2c.hellogtx.com/application/sites/btpyatra/index/ |
Upload File : |
<?php
$baseUrl = $this->baseUrl;
$galleryDetail = $this->galleryDetail;
?>
<style>
.my-gallery {
width: 100%;
}
.my-gallery img {
width: 100%;
height: 100%;
}
.my-gallery figure {
display: inline-table;
margin: 0 15px 15px 0;
width:23.1%;
padding:10px;
border:1px solid #ddd;
}
.my-gallery figcaption {
display: none;
}
</style>
<div id="content" class="site-content">
<div id="tropical-banner" class=" text-center clearfix">
<img src="<?php echo $baseUrl;?>public/images/about-min.jpg" alt="banner" style="height: 320px !important;width: 1349px !important"/>
<div class="container banner-contents clearfix">
<h2 class="template-title p-name"><strong>Gallery</strong></h2>
</div>
<div class="breadcrumb-wrapper clearfix">
<div class="container">
<ol class="breadcrumb">
<li><a href="<?php echo $baseUrl;?>" >Home</a></li>
<li class="active">Gallery</li>
</ol>
</div>
</div>
<span class="overlay"></span>
</div>
<section class="blog-page clearfix">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12">
<div class="my-gallery" itemscope itemtype="">
<?php if(!empty($galleryDetail)){
foreach($galleryDetail as $key => $value){
?>
<figure itemprop="associatedMedia" itemscope itemtype="">
<a href="<?php echo $baseUrl;?>public/upload/gallery/<?php echo trim($value['image']);?>" itemprop="contentUrl" data-size="636x636">
<img src="<?php echo $baseUrl;?>public/upload/gallery/small/<?php echo trim($value['image']);?>" itemprop="thumbnail" alt="Image description" />
</a>
<figcaption itemprop="caption description"><?php echo trim($value['title']);?></figcaption>
</figure>
<?php } } ?>
</div>
<!-- Root element of PhotoSwipe. Must have class pswp. -->
<div class="pswp" tabindex="-1" role="dialog" aria-hidden="true">
<!-- Background of PhotoSwipe.
It's a separate element, as animating opacity is faster than rgba(). -->
<div class="pswp__bg"></div>
<!-- Slides wrapper with overflow:hidden. -->
<div class="pswp__scroll-wrap">
<!-- Container that holds slides. PhotoSwipe keeps only 3 slides in DOM to save memory. -->
<!-- don't modify these 3 pswp__item elements, data is added later on. -->
<div class="pswp__container">
<div class="pswp__item"></div>
<div class="pswp__item"></div>
<div class="pswp__item"></div>
</div>
<!-- Default (PhotoSwipeUI_Default) interface on top of sliding area. Can be changed. -->
<div class="pswp__ui pswp__ui--hidden">
<div class="pswp__top-bar">
<!-- Controls are self-explanatory. Order can be changed. -->
<div class="pswp__counter"></div>
<button class="pswp__button pswp__button--close" title="Close (Esc)"></button>
<button class="pswp__button pswp__button--share" title="Share"></button>
<button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button>
<button class="pswp__button pswp__button--zoom" title="Zoom in/out"></button>
<!-- Preloader demo https://codepen.io/dimsemenov/pen/yyBWoR -->
<!-- element will get class pswp__preloader--active when preloader is running -->
<div class="pswp__preloader">
<div class="pswp__preloader__icn">
<div class="pswp__preloader__cut">
<div class="pswp__preloader__donut"></div>
</div>
</div>
</div>
</div>
<div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap">
<div class="pswp__share-tooltip"></div>
</div>
<button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)">
</button>
<button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)">
</button>
<div class="pswp__caption">
<div class="pswp__caption__center"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div><!-- .site-content -->