My video gallery page made with Easyblog is not going well. First, the video embeds are not the correct size and the embed HTML shows this:
So the width and height properties are all messed up. The max width and height in the media settings also are set to 800 by 450.
Secondly, there shouldn't be a hard setting for the width and height. The video embed wouldn't be responsive. How can I make these settings work and go full width with a proportionate height?
<iframe title="YouTube video player" width=" width=" 800""="" height=" height=" 450""="" src="https://www.youtube.com/embed/c7xrKRV1YMQ&wmode=transparent" frameborder="0" allowfullscreen=""></iframe>
So the width and height properties are all messed up. The max width and height in the media settings also are set to 800 by 450.
Secondly, there shouldn't be a hard setting for the width and height. The video embed wouldn't be responsive. How can I make these settings work and go full width with a proportionate height?