‘);$(this).addClass(‘expanded’);$(this).animate({height: imgHeight + ‘px’});}}});});function closeExpand(element) {$(element).parent(‘.expand-ad’).animate({height: ’30px’}, function () {$(element).parent(‘.expand-ad’).removeClass(‘expanded’);$(element).remove();});}function runExpandableAd() {setTimeout(function() {$(‘.expand-ad’).animate({height: $(‘.expand-ad img’).height() + ‘px’});}, 2000);setTimeout(function() {$(‘.expand-ad’).animate({height: ’30px’});}, 4000);}function customPencilSize(size) {var ratio = 960/size;var screenWidth = $(‘body’).width();if (screenWidth > 960) screenWidth = 960;$(‘.expand-ad__holder’).parent(‘.ad’).css(‘padding-bottom’, […]