react_hsbc_teller 1.1.0 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react_hsbc_teller",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "React",
5
5
  "private": false,
6
6
  "main": "lib/hsbc.js",
@@ -3538,7 +3538,7 @@ class Video extends Component {
3538
3538
  id="video20"
3539
3539
  autoPlay
3540
3540
  muted={true}
3541
- className="video"
3541
+ className="videoTab"
3542
3542
  />
3543
3543
  <audio id="audio20" autoPlay />
3544
3544
  <label style={{ display: 'none' }} id="feedId20" type="text" />
@@ -3557,7 +3557,7 @@ class Video extends Component {
3557
3557
  id="video21"
3558
3558
  autoPlay
3559
3559
  muted={true}
3560
- className="video"
3560
+ className="videoTab"
3561
3561
  />
3562
3562
  <audio id="audio21" autoPlay />
3563
3563
  <label style={{ display: 'none' }} id="feedId21" type="text" />
@@ -62,6 +62,12 @@
62
62
  object-fit: cover;
63
63
  border-radius: 6px;
64
64
  }
65
+ .videoTab{
66
+ width: 100%;
67
+ height: 100%;
68
+ object-fit: contain;
69
+ border-radius: 6px;
70
+ }
65
71
  .video{
66
72
  width: 100%;
67
73
  height: 100%;