Server IP : 66.29.132.124 / Your IP : 18.219.119.163 Web Server : LiteSpeed System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : wavevlvu ( 1524) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/wavevlvu/book24.ng/storage/framework/views/ |
Upload File : |
<div class="container"> <div class="bravo_gallery"> <div class="btn-group"> <span class="btn-transparent has-icon bravo-video-popup" <?php if($youtube): ?> data-toggle="modal" <?php endif; ?> data-src="<?php echo e(str_ireplace("watch?v=","embed/",$youtube)); ?>" data-target="#video-<?php echo e($id); ?>"> <?php if($bg_image): ?> <img src="<?php echo e(get_file_url($bg_image,'full')); ?>" class="img-fluid" alt="Youtube"> <?php endif; ?> <?php if($youtube): ?> <div class="play-icon"> <img src="<?php echo e(asset('module/vendor/img/ico-play.svg')); ?>" alt="Play background" class="img-fluid play-image"> </div> <?php endif; ?> </span> </div> <?php if($youtube): ?> <div class="modal fade" id="video-<?php echo e($id); ?>" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true"> <div class="modal-dialog modal-lg modal-dialog-centered" role="document"> <div class="modal-content p-0"> <div class="modal-body"> <div class="embed-responsive embed-responsive-16by9"> <iframe class="embed-responsive-item bravo_embed_video" src="<?php echo e(handleVideoUrl($youtube)); ?>" allowscriptaccess="always" allow="autoplay"></iframe> </div> </div> </div> </div> </div> <?php endif; ?> </div> </div> <?php /**PATH /home/wavevlvu/book24.ng/modules/Template/Views/frontend/blocks/video-player.blade.php ENDPATH**/ ?>