RWD VideosResponsive videos are videos that scale nicely to fit any browser size. Responsive Web Design - Videos Responsive videos are videos that scale nicely to fit any browser size. Using the width Property If the width property is set to 100%, the video player will be responsive and scale up and down. Your browser does not support HTML5 video. Examplevideo { width: 100%; height: auto; }Try it Yourself PreviousNext