I want to embed video on my home page

Support Area Forums Foundation I want to embed video on my home page

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://jwattfoundation.org/
  • Author
    Posts
  • #35120
    erick howard
    Participant

    Good morning Bill,
    I would like to modify this theme to have a large video on my home page the width of the whole page. The look that I am going for is close to your Agency theme, (with the full pic on the home page) but have that as a video. Is this possible? I want to replace the slideshow with one single large video. Any suggestions will be appreciated.
    Thanks

    #35130
    Bill Robbins
    Moderator

    Good Morning Erick,

    What you can do is create a slide and add a vide to it. If you have it as the only published slide, then your site will just have a video at the top. You can mix it with image slides if you want or need to.

    To make the slider full width, add this to the Custom CSS box that’s at the bottom of the styling tab in the theme options:

    
    #home-top .flexslider {
    	width: 100%;
    }
    
    #home-top .flexslider img {
    	width: 100%;
    }
    
    #home-top #sidebar {
    	width: 100%;
    	margin-top: 30px;
    }
    

    Let me know if you have any trouble.

    Have a great week,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘I want to embed video on my home page’ is closed to new replies.