Hi, I hired a designer to create an html site for me some last year. She included a video in the header, however now I want to replace it with a different video, but I can't seem to find where the video is located in the file or in the html code. Its a one-page site. The site is here: http://www.businesswebsitenetwork.com/webstore1/ Any suggestions? Thanks so much in advance Jos
It's in the footer, look for this code: <div id="video" class="player" data-property="{videoURL:'VXDwcsOdOq0',containment:'#main-slider', showControls:false, autoPlay:true, loop:true, mute:true, startAt:0, opacity:1, addRaster:false, quality:'default'}">My video</div> Code (markup): The "VXDwcsOdOq0" is the last part of the video url. https://www.youtube.com/watch?v=VXDwcsOdOq0 Code (markup):