Utilizor
Contact Us

RWD Videos

Responsive 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.

Example

video {
  width: 100%;
  height: auto;
}