Skip to content

Commit

Permalink
Mute and autoplay video inscriptions (#1420)
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptoquick authored Feb 1, 2023
1 parent 11d2d2c commit 1313d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/preview-video.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link rel=stylesheet href=/static/preview-video.css>
</head>
<body>
<video controls loop>
<video controls loop muted autoplay>
<source src=/content/{{self.inscription_id}}>
</video>
</body>
Expand Down

0 comments on commit 1313d4b

Please sign in to comment.