Fix lightbox close button position in vertical mode

This commit is contained in:
2020-05-16 12:15:54 +02:00
parent 3066998c72
commit 7e21c91007
4 changed files with 8 additions and 7 deletions

View File

@@ -424,7 +424,7 @@
return;
}
else {
this.$video.prop('src', null);
this.$video.attr('src', '');
if($hasVideoNav) $lbContainer.removeClass('lb-video-nav');
}
}