Advertisement
gOnt

Untitled

Mar 29th, 2021
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. {if $stream_exist}
  2. {foreach $stream_list as $stream first=$first}
  3. <div class="swiper-slide">
  4. {if $stream.type == 'twitch'}
  5. <div class="stream" data-insertmedia='{ "type" : "twitch", "src" : "https://player.twitch.tv/?channel={$stream.key}", "setting" : "autoplay={if $first}true{else}false{/if}&muted=true&parent={$.php.urlencode($.server['HTTP_HOST'])}" }'><div class="stream__content">stream offline</div></div>
  6. {elseif $stream.type == 'youtube'}
  7. <div class="stream" data-insertmedia='{ "type" : "youtube", "src" : "https://www.youtube.com/embed/{$stream.key}", "setting" : "autoplay={if $first}1{else}0{/if}&mute=1" }'><div class="stream__content">stream offline</div></div>
  8. {/if}
  9. </div>
  10. {/foreach}
  11. {else}
  12. <!-- <div class="swiper-slide"><span class="article__title">Здесь мог быть ваш стрим!</span></div> -->
  13. <div class="swiper-slide swiper-slide-active">
  14. <div class="stream" data-insertmedia='{ "type" : "youtube", "src" : "https://www.youtube.com/embed/xyrc71-B1gs", "setting":"autoplay={if $first}true{else}false{/if}&mute=1", "width" : "100%", "height" : "100%" }'></div>
  15. </div>
  16. <div class="swiper-slide swiper-slide-next">
  17. <div class="stream" data-insertmedia='{ "type" : "youtube", "src" : "https://www.youtube.com/embed/xyrc71-B1gs", "setting":"autoplay=0&mute=1", "width" : "100%", "height" : "100%" }'></div>
  18. </div>
  19.  
  20. {/if}
  21.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement