HEX
Server: Apache
System: Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux
User: ws67301310 (67301310)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /homepages/4/d4297730999/htdocs/wordpress/wp-content/plugins/nextgen-gallery/static/Albums/init.js
jQuery(function($) {

    // The ngg-album-desc element is only used for compact albums
    const height = $('.ngg-album-desc').height();
    if (height) {
        shave('.ngg-album-desc', height);
    }

    $('.ngg-albumoverview').each(function(){
        $(this).css('opacity', 1.0);
    });
});