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;
}
If the width
property is set to 100%, the video player will be responsive and scale up and down:
video {
width: 100%;
height: auto;
}