react_hsbc_teller 1.3.5 → 1.3.6
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/pages/video/video.jsx +1 -1
package/package.json
CHANGED
|
@@ -3993,7 +3993,7 @@ class Video extends Component {
|
|
|
3993
3993
|
const top = document.getElementById("whiteboardDIV").getBoundingClientRect().top
|
|
3994
3994
|
const bottom = document.getElementById("whiteboardDIV").getBoundingClientRect().bottom
|
|
3995
3995
|
const width = (right - left)* window.screen.width / document.body.clientWidth
|
|
3996
|
-
const height = ((bottom - top)* window.screen.width / document.body.clientWidth)
|
|
3996
|
+
const height = ((bottom - top)* window.screen.width / document.body.clientWidth) - 50
|
|
3997
3997
|
const x = left * window.screen.width / document.body.clientWidth
|
|
3998
3998
|
const y = top* window.screen.width / document.body.clientWidth
|
|
3999
3999
|
canvas.width = 1280;
|