From 3bf200cb4339e906b944d55451cfacc8aa33bb01 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 7 Sep 2021 17:16:38 +0200 Subject: comment everything and add notes on working on the last museum --- frontend/app/views/tile/components/tile.form.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/app/views/tile/components/tile.form.js') 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: { -- cgit v1.2.3-70-g09d2