@ -28,7 +28,6 @@
webkitallowfullscreen mozallowfullscreen allowfullscreen>
</iframe>
<span>Если видео не загрузилось, - уменьшите качество видео или <a href="#" onclick="location.reload();">обновите страницу</a></span>
<!--<iframe class="lesson__chat_frame" src="https://vimeo.com/live-chat/{{ livelesson.stream_index }}" frameborder="0"></iframe>-->
<comments obj-type="live-lesson" obj-id="{{ livelesson.id }}" :is-chat="true"></comments>
{% else %}
{% if livelesson.cover %}
@ -33,7 +33,7 @@ $(document).ready(function () {
const player = new Vimeo.Player(this);
player.on('pause', function(data) {
if(data.percent == 1){
getVideoPopup($iframe).show().animate({opacity: 1}, 100);
getVideoPopup($iframe).show().animate({opacity: 1}, 200);
if (document.fullscreenElement){
document.exitFullscreen();
}