mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 19:42:38 +02:00
Improve flick
This commit is contained in:
parent
965001e862
commit
cb90038058
1 changed files with 1 additions and 1 deletions
|
@ -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') + ')');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue