How do I resize iframe video?

Codepen: https://codepen.io/troy_b16/pen/VwrpvmV

I cannot figure out how to resize this video to look something similar to the one in this example:

The video I’m using is from pexels.com if that helps.

Any help would be appreciated!

Just add width="number" height="number" to the <iframe> tag.

That doesn’t seem to work for this video, it adds some weird black bars on the sides and on top of the video, it just looks awkward. I’ve changed my decision to use a YouTube video and it works a lot better.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.