react_hsbc_teller 1.5.3 → 1.5.4

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.5.3",
3
+ "version": "1.5.4",
4
4
  "description": "React",
5
5
  "private": false,
6
6
  "main": "lib/hsbc.js",
@@ -4126,7 +4126,7 @@ class Video extends Component {
4126
4126
  let x = 0
4127
4127
  let y = 0
4128
4128
  // if(os.isTablet){
4129
- width = ((right - left)* window.screen.width / document.body.clientWidth) - 10
4129
+ width = ((right - left)* window.screen.width / document.body.clientWidth) - 5
4130
4130
  height = ((bottom - top)* window.screen.width / document.body.clientWidth) - 30
4131
4131
  x = (left * window.screen.width / document.body.clientWidth)
4132
4132
  y = (top* window.screen.width / document.body.clientWidth) + 8