Jump to content

PipeCamara

Member
  • Posts

    3
  • Joined

  • Last visited

PipeCamara's Achievements

Level 1

Level 1 (1/20)

0

Reputation

  1. Site URL: https://www.pipecamara.tv/ Hi! I use york template so I can use the header to embed videos or photos... But I want to embed a video from vimeo in the main page (index one) over the header and i dont know how to do it! I found this code <video width="100%" height="43.75%" id="identvideo"> </video> it moves everything down so there is a place for the video but I need something more to embed a video there! This is the web: pipecamara.tv Thanks!
  2. Thanks for answering! But Ive tried all the steps I found in the forum but no one works. I have this CCS code: #header { position: sticky; top: 0; } #canvas { max-width: 100% !important; } #header { background: white; } Maybe this doesnt allow videos in bg
  3. Site URL: https://pipecamara.squarespace.com/config Hi! I use York template and I want to show a video reel in the main page header. I've found an old code but it doesn't play anything: <video width="100%" height="43.75%" id="identvideo"> <source src="/s/in-the-pr-room.mp4" type="video/mp4"> <source src="/s/in-the-pr-room.ogv" type="video/ogg"> </video> <img src="/s/in-the-interiors-pr-room.jpg" width="100%" height="43.75%" id="mobilefallback"> <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> <script> $( document ).ready(function() { function play_video(){ $('#identvideo').get(0).play() }; window.setTimeout( play_video, 1500 ); // 1.5 seconds }); </script> I want to embed a video from vimeo in the header, any tips? Thanks!
×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.