Adjust dacast player
This commit is contained in:
parent
d6a7102f3b
commit
4006eca7df
2 changed files with 4 additions and 3 deletions
|
|
@ -4,7 +4,7 @@
|
|||
margin:auto;
|
||||
max-width:1636px;
|
||||
min-height:96vh;
|
||||
margin-top:60px;
|
||||
margin-top:68px;
|
||||
@media screen and ( min-width:760px ){
|
||||
margin-top:78px;
|
||||
width: 98%;
|
||||
|
|
|
|||
|
|
@ -32,8 +32,9 @@
|
|||
<% if (user_signed_in? && Flipflop.live_is_live?) || current_user&.has_role?(:super_admin) %>
|
||||
<div class="live-container">
|
||||
<div class="live-component">
|
||||
<div class="live-video">
|
||||
<script src="//player.dacast.com/js/player.js" width="1920" height="1080" id="<%= ENV["DACAST_STREAM_CODE"]%>" player="jw7" jwurl="juQPHW/th8VUHaO/2KkeVlAdGN9ksJZog2z6SH+TyMU=" class="dacast-video"></script>
|
||||
<div>
|
||||
<!--<script src="//player.dacast.com/js/player.js" width="1920" height="1080" id="<%= ENV["DACAST_STREAM_CODE"]%>" player="jw7" jwurl="juQPHW/th8VUHaO/2KkeVlAdGN9ksJZog2z6SH+TyMU=" class="dacast-video"></script>-->
|
||||
<iframe class="live-video" src="//iframe.dacast.com/b/105417/c/465464" width="1920" height="1080" frameborder="0" scrolling="no" allow="autoplay" allowfullscreen webkitallowfullscreen mozallowfullscreen oallowfullscreen msallowfullscreen></iframe>
|
||||
</div>
|
||||
<div class="live-chat-wrapper">
|
||||
<% if (Flipflop.sendbird?) %>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue