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

Loading…
Cancel
Save