Browse Source

nvr banner

release_0.0.1
yuan_yi 3 years ago
parent
commit
333330d9c3
  1. BIN
      code/VideoAccess-VCMP/web/client/assets/images/background/nvr_banner.mp4
  2. BIN
      code/VideoAccess-VCMP/web/client/assets/video/nvr_banner.mp4
  3. 4
      code/VideoAccess-VCMP/web/client/src/sections/equipmentWarehouse/containers/nvr.jsx

BIN
code/VideoAccess-VCMP/web/client/assets/images/background/nvr_banner.mp4

Binary file not shown.

BIN
code/VideoAccess-VCMP/web/client/assets/video/nvr_banner.mp4

Binary file not shown.

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

@ -8,8 +8,8 @@ const NvrHeader = (props) => {
return ( return (
<> <>
{/* <div className="NvrHeader"> */} {/* <div className="NvrHeader"> */}
<video id='nvrBanner' autoPlay loop muted> <video id='nvrBanner' autoPlay loop muted style={{ width: '100%' }}>
<source src='../../../../assets/images/background/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