Fix lightbox close button position in vertical mode

This commit is contained in:
2020-05-16 12:15:54 +02:00
parent 342d4dda8d
commit 332f3df940
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');
}
}