Title: Video Overlay
Last modified: August 22, 2016

---

# Video Overlay

 *  [3vangelica](https://wordpress.org/support/users/3vangelica/)
 * (@3vangelica)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/video-overlay-1/)
 * Is it possible to embed a video over a background picture?
    If so, how?

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [MonkimoE](https://wordpress.org/support/users/monkimoe/)
 * (@monkimoe)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/video-overlay-1/#post-5844820)
 * of course it’s possible. You just need css and html knowledge.
 * html:
 *     ```
       <div class="youtube">
       [youtube embed code]
       </div>
       ```
   
 * css :
 *     ```
       .youtube {
       background: url('location/your-picture.jpg');
       padding: 15px; /*change with number pixel you want*/
       }
       ```
   
 *  Thread Starter [3vangelica](https://wordpress.org/support/users/3vangelica/)
 * (@3vangelica)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/video-overlay-1/#post-5844823)
 * Does it make any difference if I want to use a Vimeo video?
 *  Thread Starter [3vangelica](https://wordpress.org/support/users/3vangelica/)
 * (@3vangelica)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/video-overlay-1/#post-5844825)
 * Ah, got it. Thank-you
 *  Thread Starter [3vangelica](https://wordpress.org/support/users/3vangelica/)
 * (@3vangelica)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/video-overlay-1/#post-5844827)
 * Is there anywhere in particular i ought to put the css?
    I’ve tried just tagging
   it on the end of the theme’s css but the picture doesn’t show.
 *  [MonkimoE](https://wordpress.org/support/users/monkimoe/)
 * (@monkimoe)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/video-overlay-1/#post-5844884)
 * There is several ways to custom css.
    most simplest is adding in to your theme
   css.
 * can you post your website link?

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Video Overlay’ is closed to new replies.

## Tags

 * [embed](https://wordpress.org/support/topic-tag/embed/)
 * [video](https://wordpress.org/support/topic-tag/video/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 5 replies
 * 2 participants
 * Last reply from: [MonkimoE](https://wordpress.org/support/users/monkimoe/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/video-overlay-1/#post-5844884)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
