Hi I just publish a Twine Interactive Story.
I wanted to embed it to my website.
But even with the box enable scrollbars checked and some modification on the embedded code... nothing make the scrolling work.
Truly frustrating. I don't want the users to be forced to go on itch.io or to put it in fullscreen.
Here is the modified embeded code:
<div class="itchio-embed">
</div>
<style>
.itchio-embed {
overflow: auto; /* Enable scrolling within the container */
aspect-ratio:16/9;
}
.itchio-embed iframe {
width: 100%;
height: 100%;
}
</style>
We can see a scrollbar but it doesn't go all the way.
Thank You for the help.