cassidyb Posted October 8, 2019 Share Posted October 8, 2019 Hi, Hope someone can help! I'm trying to embed a vertical video (not 16x9) on my site but the code I'm using does not work. Currently it looks like the below screenshot. I'm using the embed feature with this code: https://www.youtube.com/watch?v=TWmsvIQYqSI&feature=youtu.bew=270&h=480 I would love for the actually embedded video to be 270 by 480. What am I doing wrong? how can I get those black bars outta there!?! Link to comment
colin.irwin Posted October 8, 2019 Share Posted October 8, 2019 I did something like this recently with Vimeo videos. See https://www.inthewhiteroom.com The trick is to insert the video block but use the embed feature rather than pasting the url. If you're looking for a Squarespace Developer, drop me a line. Link to comment
jfredson Posted January 26, 2020 Share Posted January 26, 2020 This didn't seem to work for me. Even using the embed code it still displays as a horizontal video with black bars on the sides. The video displays vertically without any black bars on YouTube just fine and the embed code specifies the correct width and height but Squarespace seems to just ignore it. <iframe width="560" height="315" src="https://www.youtube.com/embed/P6tF3PttVLs" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> Link to comment
CpeoplesIII Posted May 19, 2020 Share Posted May 19, 2020 Did anyone figure this out? I'm having the same issue! Many thanks, Charles Link to comment
JOHNMD Posted May 19, 2020 Share Posted May 19, 2020 @CpeoplesIIIThe answer is: You cannot crop within a video image as the video was originally encoded at full-frame and requires a software decoder embedded within the video for playback. The embed code within SQS works fine for youtube videos. If you own a video that you want to crop, you have to import your full-fame video into video editing software, crop the video, re-size the video (zoom in on itself, going to look pixalated or have black borders, or be a non-standardized video file size) with an effect. When you have rendered your new video you then re-compress the video for export and then import to your platform of choice (must be a standard video size). There is a possible CSS solution; if you place the video as a background and use a foreground overlay as a frame, however as the video playback controller is embedded with the video your going to require some serious coding capability and expect your site to be black listed by Google very quickly. mcgouran.john@gmail.com Link to comment
Influencif Posted November 15, 2020 Share Posted November 15, 2020 Hello Cassidy, I know it's a year later, but I was able to make it work on my website here are the steps to embed a video from youtube and decide the aspect ratio of the iframe! With this method you have 100% control on the "shape" of the video, so you can make 1:1 / 4:3 / 9:16 and all more mobile-friendly formats work. Go onto the video of your choice on youtube and click the share icon,. Select the first option named "EMBED" and copy that code. In square space open the video section. Select the </> icon. Paste the youtube code do not click "SET" yet Read the code, and find the following segment : iframe width="1600" height="900" Replace those numbers by the aspect ratio of your choice. TIP: let's say you want a 4:3 ratio type the number 300 for width and 400 for height. Use squarespace to actually resize the video to the right size AFTER selecting the ratio. SET Bonus: if you use a custom thumbnail it will adapt to the shape of your iframe. Let me know how it goes! kelli_carley and ElTimulator 1 1 Link to comment
kelli_carley Posted April 19, 2021 Share Posted April 19, 2021 @influencif Thank you for providing this helpful tutorial! Is there any way to set the video within this code block so the video plays automatically and loops. Mine gets set to the default youtube thumbnail. https://forum.squarespace.com/profile/247970-influencif/ Link to comment
colin.irwin Posted April 20, 2021 Share Posted April 20, 2021 I implemented autoplay videos with non standard aspect ratios on this site - https://www.inthewhiteroom.com/#home-about-us You use a video block but rather than inserting the video URL you instead use the Embed Data option to insert IFRAME code.The IFRAME code includes the height and width of the video. It can be larger than the slot it fits within because the surrounding video block sets its actual size. hdpl 1 If you're looking for a Squarespace Developer, drop me a line. Link to comment
cloverandcrow Posted April 21, 2021 Share Posted April 21, 2021 @colin.irwinThank you for providing this info! Do you mind sharing what your IFRAME code is? Link to comment
colin.irwin Posted April 22, 2021 Share Posted April 22, 2021 I think you can see it on the screenshot. That is a version for Vimeo embeds. If you're looking for a Squarespace Developer, drop me a line. Link to comment
bylaurakate Posted January 26 Share Posted January 26 @colin.irwin I came across this thread today and it looks like Squarespace has since removed that embed icon within the video block. I used the embed block instead to input the embed code from Canva directly and it worked, but it's shows 3 dots and an expand button on the bottom right. It also puts small lines in the corners. What should I use instead to build this mp4 with the video inside the phone? Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment