You create video gallery with WP Video Gallery. Thumbnails show. Click video. Black screen. No playback. That is frustrating because videos do not work.
A common issue is that video URLs are incorrect or not embeddable. YouTube/Vimeo links need correct format. The plugin is not broken. Video source is wrong.
Why WP Video Gallery Shows Black Screen
WP Video Gallery embeds videos using oEmbed or iframe. If video URL is not supported (direct MP4 file, blocked domain), plugin cannot embed. Black screen appears. Also, if video is private or deleted, embed fails.
This is not WP Video Gallery being bad. Video source must be embeddable.
The Most Common Video Playback Failures
- Direct MP4 file (not supported by oEmbed)
- YouTube video private or deleted
- Vimeo video password protected
- Wrong URL format (youtu.be vs youtube.com)
- Embedding disabled by video owner
Use supported video platforms.
How to Fix WP Video Gallery Black Screen
- Check video URL format (use full YouTube/Vimeo URL)
- Test video directly in browser (does it play?)
- If direct MP4, upload to YouTube first (free)
- Use oEmbed debug tool to test URL
- Enable “Force SSL” if videos mixed content
- Clear cache and test
YouTube/Vimeo URLs always work.
How to Embed MP4 Videos Correctly
WP Video Gallery may not support direct MP4. Add this code to theme:
<video width="640" height="360" controls>
<source src="video.mp4" type="video/mp4">
</video>
HTML5 video tag plays MP4 files directly.
Alternative: Use YouTube/Vimeo Only
Upload all videos to YouTube (unlisted). Use YouTube URLs in gallery. Embedding always works. No hosting costs. Reliable playback.
YouTube is most reliable video platform.
People Also Ask About Video Gallery Problems
Why does my video gallery show black screen?
Video URL not embeddable. Use YouTube or Vimeo.
Should I stop using WP Video Gallery?
Use YouTube URLs. Videos will play.
Is WP Video Gallery worse than YouTube Gallery plugin?
Both rely on YouTube embedding. Use YouTube for reliability.
Final Thoughts
If WP Video Gallery shows black screen, use YouTube or Vimeo URLs. Direct MP4 files often fail. Upload videos to YouTube for reliable playback.