How to make native video player full width?
This is what I have now:
I want the video player to take up the whole horizontal space and stretch width 100%. The video should also stay responsive, filling the whole video player area.
I fallowed advice in this answer and added this to my functions.php:
if ( ! isset( $content_width ) ) {
$content_width = 850; }
The content width on my template is 850px. But setting the content width didn't help.
How to make WordPress native video player width 100%?
Topic video-player theme-development Wordpress
Category Web