So, I want to embed an up-loaded/local vertical video, but videos are only presented in portrait format, making the vertical video tiny with massive borders. Looks silly and unprofessional, in contrast to the rest of my SS website (See: https://www.guyriddihough.com). There is a fix where I can add some code to the CSS panel for my site (see: https://bycrawford.com/blog/how-to-add-a-vertical-video-on-squarespace). Here is the code:
.sqs-native-video .native-video-player
.sqs-native-video .native-video-player {
padding-bottom: 100% !important;
}
However, when I add this code (and nothing else) to the CSS panel (in the Design section) nothing changes for the video. I am failing to do something. Do I have to specify the page where the video is present? Or something else? As you can already guess, I know nothing about coding websites. (That's why I am a SquareSpacer.) Any help would be very gratefully received...
Griddiho (the Noob)