We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74a3088 commit 07f2786Copy full SHA for 07f2786
steps/edit.js
@@ -9,6 +9,7 @@ export function initStage() {
9
10
//aspect ratio logic
11
function setAspect(ratio) {
12
+ window.setAspect = setAspect; //so that in-line HTML will still work.
13
const video = document.getElementById('video-preview');
14
const image = document.getElementById('image-preview');
15
0 commit comments