How Do I Make My WordPress Video Responsive?

Making your WordPress video responsive is easy. All you need to do is add a few lines of code to your theme’s functions.

php file. Here’s how you do it:.

1. Open your theme’s functions.php file and add the following line of code:

add_theme_support( ‘responsive-video’ );

2. Restart your WordPress website.

3. Your WordPress video should now be responsive.

If it isn’t, please check your theme’s functions.php file for any responsive-video code and add it.