Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Minetest Website
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Minetest
Minetest Website
Commits
d16320cd
Commit
d16320cd
authored
4 years ago
by
Peter Nerlich
Browse files
Options
Downloads
Patches
Plain Diff
scene: add play button
parent
dea78b72
No related branches found
No related tags found
No related merge requests found
Pipeline
#22299
passed
4 years ago
Stage: deploy
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
public/img/scene-play.png
+0
-0
0 additions, 0 deletions
public/img/scene-play.png
public/index.html
+1
-1
1 addition, 1 deletion
public/index.html
with
1 addition
and
1 deletion
public/img/scene-play.png
0 → 100644
+
0
−
0
View file @
d16320cd
651 KiB
This diff is collapsed.
Click to expand it.
public/index.html
+
1
−
1
View file @
d16320cd
...
@@ -121,7 +121,7 @@
...
@@ -121,7 +121,7 @@
<section
id=
"scene"
>
<section
id=
"scene"
>
<div
class=
"container"
>
<div
class=
"container"
>
<div
class=
"row"
>
<div
class=
"row"
>
<video
src=
"img/scene.webm"
type=
"video/webm"
class=
"img-fluid force-autoplay"
playsinline
autoplay
loop
onclick=
"this.play()"
></video>
<video
src=
"img/scene.webm"
type=
"video/webm"
class=
"img-fluid force-autoplay"
poster=
"img/scene-play.png"
playsinline
autoplay
loop
onclick=
"this.play()"
></video>
</div>
</div>
</div>
</div>
</section>
</section>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment