📋 How to use games in iframe
Each game can be embedded in your website using iframe. Use the
following code:
<iframe src="YOUR_DOMAIN/games/arabian-nights/" width="800"
height="600" frameborder="0" allow="autoplay; fullscreen"
style="border-radius: 10px;"> </iframe>
Recommended sizes:
- Minimum: 800x600
- Optimal: 1200x800
- Full screen: 100% width, height based on content
Deployment:
- Run
npm run build to create production build
-
Upload the contents of the
dist folder to your server
- Games will be available at: YOUR_DOMAIN/games/GAME_NAME/