diff options
Diffstat (limited to 'frontend/app/views/tile')
| -rw-r--r-- | frontend/app/views/tile/components/tile.form.js | 2 |
1 files changed, 1 insertions, 1 deletions
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: { |
