Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

GMercier1986

3
Posts
1
Topics
A member registered Aug 14, 2023 · View creator page →

Creator of

Recent community posts

Yes.

(1 edit)

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.

It ain't really an embed more like a link to itch.io. Is it possible to really embed the game so that is is playable into my website?