Responsive Web Design - Videos

Using The width Property

If the width property is set to 100%, the video player will be responsive and scale up and down:

Example -

Using The max-width Property

If the max-width property is set to 100%, the video player will scale down if it has to, but never scale up to be larger than its original size:

Example -

Add a Video to the Example Web Page

Example -