Google
Edit File: banner.php
<?php $directoryURI = $_SERVER['REQUEST_URI']; $path = parse_url($directoryURI, PHP_URL_PATH); $components = explode('/', $path); $first_part = $components[1]; ?> <!-- banner start--> <section class="hero-area"> <video class="video-fullScreen" playsinline autoplay muted loop poster="polina.jpg" id="bgvid"> <source src="images/video-banner/PlastIndia-2023-Pinnacle-Services.webm" type="video/webm"> <source src="images/video-banner/PlastIndia-2023-Pinnacle-Services.mp4" type="video/mp4"> </video> <div id="scroll-downScroll"> <span class="arrow-downScroll scrollSection"> <!-- css generated icon --> </span> <span id="scroll-titleScroll"> <a class="scrollSection"> Scroll down</a> </span> </div> </section> <!-- banner end-->