45 lines
1.9 KiB
Markdown
45 lines
1.9 KiB
Markdown
---
|
|
title: "DEV: Embed Test ⚫ 🎮"
|
|
date: "2023-07-05T22:55:31+03:00"
|
|
author: "file-creator-put-your-name-here"
|
|
contributors: ["jane-contributor.md"]
|
|
draft: true
|
|
keywords:
|
|
- draft
|
|
abstract: |
|
|
The text of your abstract.
|
|
---
|
|
|
|
|
|
|
|
|
|
# itch embed of unity game
|
|
https://brkeogh.itch.io/dressage
|
|
|
|
- requires multiple dependencies (gps etc., check if they actually work)
|
|
- figure out scroll window
|
|
|
|
<div>
|
|
<div style="position:relative;padding-top:56.25%;">
|
|
<iframe src="https://v6p9d9t4.ssl.hwcdn.net/html/431998/Dressage1.0/index.html?v=1542808136" frameborder="0" allowfullscreen="true" style="position:absolute;top:0;left:0;width:100%;height:100%;">
|
|
</iframe>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
# basic embed
|
|
<div> <div style="position:relative;padding-top:56.25%;"> <iframe src="https://pippinbarr.com/lets-play-ancient-greek-punishment/" frameborder="0" allowfullscreen style="position:absolute;top:0;left:0;width:100%;height:100%;"></iframe> </div> </div>
|
|
|
|
|
|
|
|
<!-- original iframe from itch
|
|
<div style="width:100%;height:100%;">
|
|
<iframe scrolling="no" webkitallowfullscreen="true" src="https://v6p9d9t4.ssl.hwcdn.net/html/431998/Dressage1.0/index.html?v=1542808136" allow="autoplay; fullscreen *; geolocation; microphone; camera; midi; monetization; xr-spatial-tracking; gamepad; gyroscope; accelerometer; xr; cross-origin-isolated" mozallowfullscreen="true" allowtransparency="true" allowfullscreen="true" id="game_drop" msallowfullscreen="true" frameborder="0"></iframe>
|
|
</div>
|
|
-->
|
|
|
|
<!--
|
|
<div>
|
|
<iframe src=""https://v6p9d9t4.ssl.hwcdn.net/html/431998/Dressage1.0/index.html?v=1542808136" allow="autoplay; fullscreen *; geolocation; microphone; camera; midi; monetization; xr-spatial-tracking; gamepad; gyroscope; accelerometer; xr; cross-origin-isolated" mozallowfullscreen="true" allowtransparency="true" allowfullscreen="true" id="game_drop" msallowfullscreen="true"frameborder="0" style="position:absolute;top:0;left:0;width:100%;height:100%;"></iframe>
|
|
</div>
|
|
-->
|