the_post_video is the wrong size
-
I am using
the_post_video();
in my content-video.php file. I have tried using both<?php the_post_video(960,540); ?>
and<?php the_post_video(); ?>
and neither is giving me the right size video (950 x 540). I have checked the options to have manual display mode and responsive video sizing, but what I am getting is an iframe that is 500w x 281h and centered inside a wrapper div (w/ the classes “featured-video-plus post-thumbnail fvp-responsive fvp-youtube fvp-center”) that is responsive – except for the height, while the video stays small. I have tried using CSS to target the divs that wrap the video and adapt their size with media queries, but that doesn’t work to make the video bigger either. Please help.
- The topic ‘the_post_video is the wrong size’ is closed to new replies.