Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Utopías Piratas
jekyll-streaming
Commits
430e5065
Unverified
Commit
430e5065
authored
Sep 05, 2019
by
fauno
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chat opcional
parent
679c9f04
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
index.html
index.html
+6
-4
No files found.
index.html
View file @
430e5065
...
...
@@ -5,7 +5,7 @@ image: assets/cover.jpg
---
<div
class=
"row is-paddingless"
>
<div
class=
"col
-8
is-paddingless is-marginless"
>
<div
class=
"col
{% if site.streaming.chat %}-8{% endif %}
is-paddingless is-marginless"
>
<video
class=
"is-full-screen is-vertical-align"
controls
autoplay=
"false"
poster=
"assets/cover.jpg"
>
{% for format in site.streaming.formats %}
<source
src=
"{{ site.streaming.url }}/{{ site.streaming.stream }}.{{ format }}"
...
...
@@ -14,7 +14,9 @@ image: assets/cover.jpg
{% endfor %}
</video>
</div>
<div
class=
"col is-paddingless is-marginless"
>
<iframe
class=
"is-full-screen"
src=
"{{ site.streaming.chat }}"
></iframe>
</div>
{% if site.streaming.chat %}
<div
class=
"col is-paddingless is-marginless"
>
<iframe
class=
"is-full-screen"
src=
"{{ site.streaming.chat }}"
></iframe>
</div>
{% endif %}
</div>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment