diff options
Diffstat (limited to 'frontend/app/views')
| -rw-r--r-- | frontend/app/views/page/components/page.editor.js | 2 | ||||
| -rw-r--r-- | frontend/app/views/tile/components/tile.form.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/frontend/app/views/page/components/page.editor.js b/frontend/app/views/page/components/page.editor.js index a64edb2..84740d5 100644 --- a/frontend/app/views/page/components/page.editor.js +++ b/frontend/app/views/page/components/page.editor.js @@ -54,7 +54,7 @@ class PageEditor extends Component { width: rect.width, height: rect.height, } - // console.log(bounds) + console.log("bounds", bounds) return bounds } diff --git a/frontend/app/views/tile/components/tile.form.js b/frontend/app/views/tile/components/tile.form.js index a3c3131..2f805a6 100644 --- a/frontend/app/views/tile/components/tile.form.js +++ b/frontend/app/views/tile/components/tile.form.js @@ -232,7 +232,7 @@ class TileForm extends Component { const { name, value } = e.target this.handleSettingsSelect(name, value) preloadVideo(value).then(video => { - // console.log(img) + console.log(video.videoWidth, video.videoHeight) this.props.tileActions.updateTemporaryTile({ ...this.props.temporaryTile, settings: { |
