mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 10:49:36 +02:00
lazyload poster
This commit is contained in:
parent
edd3fb38f7
commit
43cc6dabc8
2 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ $(function () {
|
|||
$(".thumbsImage").removeClass('active');
|
||||
|
||||
$('.poster').slideUp();
|
||||
|
||||
$('#poster'+crc).css('background-image', 'url(' + $('#poster'+crc).arrt('poster') + ')');
|
||||
$('#poster'+crc).slideDown('slow', function () {
|
||||
var top = row.offset().top;
|
||||
$('html, body').animate({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue