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. 6
      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.

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

@ -8,8 +8,8 @@ const NvrHeader = (props) => {
return (
<>
{/* <div className="NvrHeader"> */}
<video id='nvrBanner' autoPlay loop muted>
<source src='../../../../assets/images/background/nvr_banner.mp4' type='video/mp4'/>
<video id='nvrBanner' autoPlay loop muted style={{ width: '100%' }}>
<source src='/assets/video/nvr_banner.mp4' type='video/mp4' />
<div
style={{
fontSize: 22 + "px",
@ -51,7 +51,7 @@ const NvrHeader = (props) => {
);
};
function mapStateToProps(state) {
function mapStateToProps (state) {
const { auth, global, members } = state;
return {
loading: members.isRequesting,

Loading…
Cancel
Save