My game is made for smartphone in portrait mode. I want to integrated it into my website inside a smartphone png like this : http://onlinewordhunt.com/ How can I do that ?
Roughly, you need to have some HTML and CSS knowledge, to add image and position an iframe within the phone frame's image. Then simply provide url to your gidero app in the iframe and it will be loaded there, and that's it
Where are the scrollbars? With some css you can remove it.
Or,
Scrollbars are shown if the game size is bigger than the container. So, If you decrease game size or if you increase container size, scrollbars will be removed automatically.
Comments
Then simply provide url to your gidero app in the iframe and it will be loaded there, and that's it
There are 2 ways to achieve this.
1- As @ar2rsawseen said, you can add it as iframe.
2-
you can import your game html file as object to another html. By this way, you can resize it.
The Gobb : https://play.google.com/store/apps/details?id=fr.toastapp.thegobb
Or,
Scrollbars are shown if the game size is bigger than the container. So, If you decrease game size or if you increase container size, scrollbars will be removed automatically.