Video

Hi
I'm trying to do something on the web and I can't. I need your help.
I want to put a video and that suits the height, I only have that option if it is background video.
Can it be modified in any file or with css?

Thank you




image

Comments

  • Hello,
    You would have to insert it as a "Background-Video" of a section (but it will take full width) or attach it as a video item with height applied to be the same as a container height (which will not be possible at all, because when you will decrease your width of browser, this conteiner will be bigger to fit the text)

    Better way, will be if the video will not be full height, but always on center.
    Thanks
  • I had the older betheme through a developer but did not own the license. I now have purchased the newer betheme and own the license. I have tried to duplicate some things from my older version to the newer version such as embedding a youtube video. I am placing the following code inside a column > content 
    <div style="float: left; margin: 0px 10px 1px 0px">
    <iframe  width="375" height="250" src="https://www.youtube.com/embed/LKMwGxlRxqE?rel=0" frameborder="0" allowfullscreen Sorry, your browser does not support this video player></iframe>
    </div>
    For some reason it is not showing up on my new version but it does on my old version. what am I doing wrong. My site is chucktanner.com

  • Hey,
    paste just the iframe code, without the DIV:
    <iframe  width="100%" height="250" src="https://www.youtube.com/embed/LKMwGxlRxqE?rel=0" frameborder="0" allowfullscreen Sorry, your browser does not support this video player></iframe>

    Also, increase the height of the iframe, 250px is just too short. Iframes are static elements which do not adjust the height, you have to insert a large enough value.
    thanks
Sign In or Register to comment.