Browse Source

video banner

release_0.0.1
yuan_yi 3 years ago
parent
commit
07f13a617f
  1. 3
      code/VideoAccess-VCMP/web/client/src/sections/equipmentWarehouse/containers/nvr.jsx

3
code/VideoAccess-VCMP/web/client/src/sections/equipmentWarehouse/containers/nvr.jsx

@ -8,8 +8,7 @@ const NvrHeader = (props) => {
return (
<>
{/* <div className="NvrHeader"> */}
<video id='nvrBanner' autoPlay loop muted style={{ width: '100%' }}>
<source src='/assets/video/nvr_banner.mp4' type='video/mp4' />
<video id='nvrBanner' autoPlay loop muted style={{ width: '100%', objectFit: 'cover', height: 120 }} src='/assets/video/nvr_banner.mp4' type='video/mp4'>
<div
style={{
fontSize: 22 + "px",

Loading…
Cancel
Save