Skip to content

CSS: 视频相对容器全宽

Published: at 11:42 AMSuggest Changes

需求

视频相对容器全宽

解决

video {
  /* override other styles to make responsive */
  width: 100%    !important;
  height: auto   !important;
}

参考文章


Previous Post
JS Axios 文件上传
Next Post
JS PDF 转图片