react_hsbc_teller 1.4.9 → 1.5.0
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/lib/hsbc.js +1 -1
- package/package.json +1 -1
- package/packages/demo/demo.js +1 -1
- package/packages/pages/video/video.jsx +1 -1
package/package.json
CHANGED
package/packages/demo/demo.js
CHANGED
|
@@ -4141,7 +4141,7 @@ class Video extends Component {
|
|
|
4141
4141
|
let y = 0
|
|
4142
4142
|
// if(os.isTablet){
|
|
4143
4143
|
width = ((right - left)* window.screen.width / document.body.clientWidth) - 5
|
|
4144
|
-
height = ((bottom - top)* window.screen.width / document.body.clientWidth) -
|
|
4144
|
+
height = ((bottom - top)* window.screen.width / document.body.clientWidth) - 15
|
|
4145
4145
|
x = left * window.screen.width / document.body.clientWidth + 5
|
|
4146
4146
|
y = top* window.screen.width / document.body.clientWidth
|
|
4147
4147
|
// }
|