Video – Make Responsive Size
-
I would like to make the video responsive (so it shrinks to fit inside window size, as it currently will just cutoff), but the CSS I used for embedded youtube videos is not working. Obviously, I don’t use an iframe here, but I couldn’t get the same concept to work by placing the shortcode inside a div & then giving the class a different name (no iframe in the name).
This was my original code that works with iframe:
.blog-video-container { position: relative; padding-bottom: 56.25%; /* 16:9 */ padding-top: 25px; height: 0; } .blog-video-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Video – Make Responsive Size’ is closed to new replies.