Yes.
GMercier1986
3
Posts
1
Topics
A member registered Aug 14, 2023 · View creator page →
Creator of
Recent community posts
itch.io Community » itch.io » Questions & Support · Replied to No Time To Play in Embed doesn't have scrolling
itch.io Community » itch.io » Questions & Support · Created a new topic Embed doesn't have scrolling
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.