{embed image: 'https://juliancubillos.com/wp-content/uploads/Screen-Shot-2021-12-14-at-11.26.26-AM.png'}
You wake up to find Seth Meyer. You are holding a thing of stew. This is a passage. [[throw stew]]
How to add a photo here?
You threw the stew. Hooray!
<script>
function EmbedTwineUpdateHeight(){
var passage = document.getElementsByTagName("tw-passage")[0];
if (passage === undefined){//SugarCube
passage = document.getElementById("passages");
}
var newHeight = passage.offsetHeight;
if(newHeight<500){newHeight=500;}
window.parent.postMessage(["setHeight", newHeight], "*");
console.log(newHeight);
}
setTimeout(EmbedTwineUpdateHeight, 50);
</script>