docs: Add 'autoplay' attribution on iframes

Fixes #609
This commit is contained in:
Hajime Hoshi 2018-05-12 17:46:44 +09:00
parent ff200e735f
commit 62c5511314
29 changed files with 29 additions and 29 deletions

View File

@ -25,7 +25,7 @@
<main><div class="container">
{{with .Example}}
<h2>Ebiten example - {{.Name}}</h2>
<iframe src="https://jsgo.io/github.com/hajimehoshi/ebiten/examples/{{.Name}}" width="{{.Width}}" height="{{.Height}}"></iframe>
<iframe src="https://jsgo.io/github.com/hajimehoshi/ebiten/examples/{{.Name}}" width="{{.Width}}" height="{{.Height}}" allow="autoplay"></iframe>
<p><a href="https://play.jsgo.io/github.com/hajimehoshi/ebiten/examples/{{.Name}}">Go Playground page</a></p>
{{end}}
</div></main>

View File

@ -25,7 +25,7 @@
<main><div class="container">
<h2>Ebiten example - 2048</h2>
<iframe src="https://jsgo.io/github.com/hajimehoshi/ebiten/examples/2048" width="420" height="600"></iframe>
<iframe src="https://jsgo.io/github.com/hajimehoshi/ebiten/examples/2048" width="420" height="600" allow="autoplay"></iframe>
<p><a href="https://play.jsgo.io/github.com/hajimehoshi/ebiten/examples/2048">Go Playground page</a></p>
</div></main>

View File

@ -25,7 +25,7 @@
<main><div class="container">
<h2>Ebiten example - airship</h2>
<iframe src="https://jsgo.io/github.com/hajimehoshi/ebiten/examples/airship" width="640" height="480"></iframe>
<iframe src="https://jsgo.io/github.com/hajimehoshi/ebiten/examples/airship" width="640" height="480" allow="autoplay"></iframe>
<p><a href="https://play.jsgo.io/github.com/hajimehoshi/ebiten/examples/airship">Go Playground page</a></p>
</div></main>

View File

@ -25,7 +25,7 @@
<main><div class="container">
<h2>Ebiten example - alphablending</h2>
<iframe src="https://jsgo.io/github.com/hajimehoshi/ebiten/examples/alphablending" width="640" height="480"></iframe>
<iframe src="https://jsgo.io/github.com/hajimehoshi/ebiten/examples/alphablending" width="640" height="480" allow="autoplay"></iframe>
<p><a href="https://play.jsgo.io/github.com/hajimehoshi/ebiten/examples/alphablending">Go Playground page</a></p>
</div></main>

View File

@ -25,7 +25,7 @@
<main><div class="container">
<h2>Ebiten example - audio</h2>
<iframe src="https://jsgo.io/github.com/hajimehoshi/ebiten/examples/audio" width="640" height="480"></iframe>
<iframe src="https://jsgo.io/github.com/hajimehoshi/ebiten/examples/audio" width="640" height="480" allow="autoplay"></iframe>
<p><a href="https://play.jsgo.io/github.com/hajimehoshi/ebiten/examples/audio">Go Playground page</a></p>
</div></main>

View File

@ -25,7 +25,7 @@
<main><div class="container">
<h2>Ebiten example - blocks</h2>
<iframe src="https://jsgo.io/github.com/hajimehoshi/ebiten/examples/blocks" width="512" height="480"></iframe>
<iframe src="https://jsgo.io/github.com/hajimehoshi/ebiten/examples/blocks" width="512" height="480" allow="autoplay"></iframe>
<p><a href="https://play.jsgo.io/github.com/hajimehoshi/ebiten/examples/blocks">Go Playground page</a></p>
</div></main>

View File

@ -25,7 +25,7 @@
<main><div class="container">
<h2>Ebiten example - filter</h2>
<iframe src="https://jsgo.io/github.com/hajimehoshi/ebiten/examples/filter" width="640" height="480"></iframe>
<iframe src="https://jsgo.io/github.com/hajimehoshi/ebiten/examples/filter" width="640" height="480" allow="autoplay"></iframe>
<p><a href="https://play.jsgo.io/github.com/hajimehoshi/ebiten/examples/filter">Go Playground page</a></p>
</div></main>

View File

@ -25,7 +25,7 @@
<main><div class="container">
<h2>Ebiten example - flappy</h2>
<iframe src="https://jsgo.io/github.com/hajimehoshi/ebiten/examples/flappy" width="640" height="480"></iframe>
<iframe src="https://jsgo.io/github.com/hajimehoshi/ebiten/examples/flappy" width="640" height="480" allow="autoplay"></iframe>
<p><a href="https://play.jsgo.io/github.com/hajimehoshi/ebiten/examples/flappy">Go Playground page</a></p>
</div></main>

View File

@ -25,7 +25,7 @@
<main><div class="container">
<h2>Ebiten example - flood</h2>
<iframe src="https://jsgo.io/github.com/hajimehoshi/ebiten/examples/flood" width="640" height="480"></iframe>
<iframe src="https://jsgo.io/github.com/hajimehoshi/ebiten/examples/flood" width="640" height="480" allow="autoplay"></iframe>
<p><a href="https://play.jsgo.io/github.com/hajimehoshi/ebiten/examples/flood">Go Playground page</a></p>
</div></main>

View File

@ -25,7 +25,7 @@
<main><div class="container">
<h2>Ebiten example - font</h2>
<iframe src="https://jsgo.io/github.com/hajimehoshi/ebiten/examples/font" width="640" height="480"></iframe>
<iframe src="https://jsgo.io/github.com/hajimehoshi/ebiten/examples/font" width="640" height="480" allow="autoplay"></iframe>
<p><a href="https://play.jsgo.io/github.com/hajimehoshi/ebiten/examples/font">Go Playground page</a></p>
</div></main>

View File

@ -25,7 +25,7 @@
<main><div class="container">
<h2>Ebiten example - gamepad</h2>
<iframe src="https://jsgo.io/github.com/hajimehoshi/ebiten/examples/gamepad" width="640" height="480"></iframe>
<iframe src="https://jsgo.io/github.com/hajimehoshi/ebiten/examples/gamepad" width="640" height="480" allow="autoplay"></iframe>
<p><a href="https://play.jsgo.io/github.com/hajimehoshi/ebiten/examples/gamepad">Go Playground page</a></p>
</div></main>

View File

@ -25,7 +25,7 @@
<main><div class="container">
<h2>Ebiten example - highdpi</h2>
<iframe src="https://jsgo.io/github.com/hajimehoshi/ebiten/examples/highdpi" width="640" height="480"></iframe>
<iframe src="https://jsgo.io/github.com/hajimehoshi/ebiten/examples/highdpi" width="640" height="480" allow="autoplay"></iframe>
<p><a href="https://play.jsgo.io/github.com/hajimehoshi/ebiten/examples/highdpi">Go Playground page</a></p>
</div></main>

View File

@ -25,7 +25,7 @@
<main><div class="container">
<h2>Ebiten example - hsv</h2>
<iframe src="https://jsgo.io/github.com/hajimehoshi/ebiten/examples/hsv" width="640" height="480"></iframe>
<iframe src="https://jsgo.io/github.com/hajimehoshi/ebiten/examples/hsv" width="640" height="480" allow="autoplay"></iframe>
<p><a href="https://play.jsgo.io/github.com/hajimehoshi/ebiten/examples/hsv">Go Playground page</a></p>
</div></main>

View File

@ -25,7 +25,7 @@
<main><div class="container">
<h2>Ebiten example - hue</h2>
<iframe src="https://jsgo.io/github.com/hajimehoshi/ebiten/examples/hue" width="640" height="480"></iframe>
<iframe src="https://jsgo.io/github.com/hajimehoshi/ebiten/examples/hue" width="640" height="480" allow="autoplay"></iframe>
<p><a href="https://play.jsgo.io/github.com/hajimehoshi/ebiten/examples/hue">Go Playground page</a></p>
</div></main>

View File

@ -25,7 +25,7 @@
<main><div class="container">
<h2>Ebiten example - infinitescroll</h2>
<iframe src="https://jsgo.io/github.com/hajimehoshi/ebiten/examples/infinitescroll" width="640" height="480"></iframe>
<iframe src="https://jsgo.io/github.com/hajimehoshi/ebiten/examples/infinitescroll" width="640" height="480" allow="autoplay"></iframe>
<p><a href="https://play.jsgo.io/github.com/hajimehoshi/ebiten/examples/infinitescroll">Go Playground page</a></p>
</div></main>

View File

@ -25,7 +25,7 @@
<main><div class="container">
<h2>Ebiten example - keyboard</h2>
<iframe src="https://jsgo.io/github.com/hajimehoshi/ebiten/examples/keyboard" width="640" height="480"></iframe>
<iframe src="https://jsgo.io/github.com/hajimehoshi/ebiten/examples/keyboard" width="640" height="480" allow="autoplay"></iframe>
<p><a href="https://play.jsgo.io/github.com/hajimehoshi/ebiten/examples/keyboard">Go Playground page</a></p>
</div></main>

View File

@ -25,7 +25,7 @@
<main><div class="container">
<h2>Ebiten example - life</h2>
<iframe src="https://jsgo.io/github.com/hajimehoshi/ebiten/examples/life" width="640" height="480"></iframe>
<iframe src="https://jsgo.io/github.com/hajimehoshi/ebiten/examples/life" width="640" height="480" allow="autoplay"></iframe>
<p><a href="https://play.jsgo.io/github.com/hajimehoshi/ebiten/examples/life">Go Playground page</a></p>
</div></main>

View File

@ -25,7 +25,7 @@
<main><div class="container">
<h2>Ebiten example - mandelbrot</h2>
<iframe src="https://jsgo.io/github.com/hajimehoshi/ebiten/examples/mandelbrot" width="640" height="640"></iframe>
<iframe src="https://jsgo.io/github.com/hajimehoshi/ebiten/examples/mandelbrot" width="640" height="640" allow="autoplay"></iframe>
<p><a href="https://play.jsgo.io/github.com/hajimehoshi/ebiten/examples/mandelbrot">Go Playground page</a></p>
</div></main>

View File

@ -25,7 +25,7 @@
<main><div class="container">
<h2>Ebiten example - masking</h2>
<iframe src="https://jsgo.io/github.com/hajimehoshi/ebiten/examples/masking" width="640" height="480"></iframe>
<iframe src="https://jsgo.io/github.com/hajimehoshi/ebiten/examples/masking" width="640" height="480" allow="autoplay"></iframe>
<p><a href="https://play.jsgo.io/github.com/hajimehoshi/ebiten/examples/masking">Go Playground page</a></p>
</div></main>

View File

@ -25,7 +25,7 @@
<main><div class="container">
<h2>Ebiten example - mosaic</h2>
<iframe src="https://jsgo.io/github.com/hajimehoshi/ebiten/examples/mosaic" width="640" height="480"></iframe>
<iframe src="https://jsgo.io/github.com/hajimehoshi/ebiten/examples/mosaic" width="640" height="480" allow="autoplay"></iframe>
<p><a href="https://play.jsgo.io/github.com/hajimehoshi/ebiten/examples/mosaic">Go Playground page</a></p>
</div></main>

View File

@ -25,7 +25,7 @@
<main><div class="container">
<h2>Ebiten example - noise</h2>
<iframe src="https://jsgo.io/github.com/hajimehoshi/ebiten/examples/noise" width="640" height="480"></iframe>
<iframe src="https://jsgo.io/github.com/hajimehoshi/ebiten/examples/noise" width="640" height="480" allow="autoplay"></iframe>
<p><a href="https://play.jsgo.io/github.com/hajimehoshi/ebiten/examples/noise">Go Playground page</a></p>
</div></main>

View File

@ -25,7 +25,7 @@
<main><div class="container">
<h2>Ebiten example - paint</h2>
<iframe src="https://jsgo.io/github.com/hajimehoshi/ebiten/examples/paint" width="640" height="480"></iframe>
<iframe src="https://jsgo.io/github.com/hajimehoshi/ebiten/examples/paint" width="640" height="480" allow="autoplay"></iframe>
<p><a href="https://play.jsgo.io/github.com/hajimehoshi/ebiten/examples/paint">Go Playground page</a></p>
</div></main>

View File

@ -25,7 +25,7 @@
<main><div class="container">
<h2>Ebiten example - perspective</h2>
<iframe src="https://jsgo.io/github.com/hajimehoshi/ebiten/examples/perspective" width="640" height="480"></iframe>
<iframe src="https://jsgo.io/github.com/hajimehoshi/ebiten/examples/perspective" width="640" height="480" allow="autoplay"></iframe>
<p><a href="https://play.jsgo.io/github.com/hajimehoshi/ebiten/examples/perspective">Go Playground page</a></p>
</div></main>

View File

@ -25,7 +25,7 @@
<main><div class="container">
<h2>Ebiten example - piano</h2>
<iframe src="https://jsgo.io/github.com/hajimehoshi/ebiten/examples/piano" width="640" height="480"></iframe>
<iframe src="https://jsgo.io/github.com/hajimehoshi/ebiten/examples/piano" width="640" height="480" allow="autoplay"></iframe>
<p><a href="https://play.jsgo.io/github.com/hajimehoshi/ebiten/examples/piano">Go Playground page</a></p>
</div></main>

View File

@ -25,7 +25,7 @@
<main><div class="container">
<h2>Ebiten example - rotate</h2>
<iframe src="https://jsgo.io/github.com/hajimehoshi/ebiten/examples/rotate" width="640" height="480"></iframe>
<iframe src="https://jsgo.io/github.com/hajimehoshi/ebiten/examples/rotate" width="640" height="480" allow="autoplay"></iframe>
<p><a href="https://play.jsgo.io/github.com/hajimehoshi/ebiten/examples/rotate">Go Playground page</a></p>
</div></main>

View File

@ -25,7 +25,7 @@
<main><div class="container">
<h2>Ebiten example - sinewave</h2>
<iframe src="https://jsgo.io/github.com/hajimehoshi/ebiten/examples/sinewave" width="640" height="480"></iframe>
<iframe src="https://jsgo.io/github.com/hajimehoshi/ebiten/examples/sinewave" width="640" height="480" allow="autoplay"></iframe>
<p><a href="https://play.jsgo.io/github.com/hajimehoshi/ebiten/examples/sinewave">Go Playground page</a></p>
</div></main>

View File

@ -25,7 +25,7 @@
<main><div class="container">
<h2>Ebiten example - sprites</h2>
<iframe src="https://jsgo.io/github.com/hajimehoshi/ebiten/examples/sprites" width="640" height="480"></iframe>
<iframe src="https://jsgo.io/github.com/hajimehoshi/ebiten/examples/sprites" width="640" height="480" allow="autoplay"></iframe>
<p><a href="https://play.jsgo.io/github.com/hajimehoshi/ebiten/examples/sprites">Go Playground page</a></p>
</div></main>

View File

@ -25,7 +25,7 @@
<main><div class="container">
<h2>Ebiten example - tiles</h2>
<iframe src="https://jsgo.io/github.com/hajimehoshi/ebiten/examples/tiles" width="480" height="480"></iframe>
<iframe src="https://jsgo.io/github.com/hajimehoshi/ebiten/examples/tiles" width="480" height="480" allow="autoplay"></iframe>
<p><a href="https://play.jsgo.io/github.com/hajimehoshi/ebiten/examples/tiles">Go Playground page</a></p>
</div></main>

View File

@ -25,7 +25,7 @@
<main><div class="container">
<h2>Ebiten example - typewriter</h2>
<iframe src="https://jsgo.io/github.com/hajimehoshi/ebiten/examples/typewriter" width="640" height="480"></iframe>
<iframe src="https://jsgo.io/github.com/hajimehoshi/ebiten/examples/typewriter" width="640" height="480" allow="autoplay"></iframe>
<p><a href="https://play.jsgo.io/github.com/hajimehoshi/ebiten/examples/typewriter">Go Playground page</a></p>
</div></main>