1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 19:42:38 +02:00

Improve flick

This commit is contained in:
Daniel 2022-02-25 16:08:51 -03:00
parent 965001e862
commit cb90038058

View file

@ -82,7 +82,7 @@ function startModeFlix(container) {
$(".arrow-down").fadeOut();
$(".thumbsImage").removeClass('active');
$(this).closest('.flickity-area').find('.poster').not('#poster' + crc).slideUp();
$('.poster').not('#poster' + crc).slideUp();
$('.'+uidOriginal).find('.poster').not('#poster' + crc).slideUp();
if ($('#poster' + crc).is(":hidden")) {
$('#poster' + crc).css('background-image', 'url(' + $('#poster' + crc).attr('poster') + ')');