Zum Inhalt der Seite
'), subtitle = $(this).data("subtitle"); if (subtitle !== undefined) { $fullImg.append('
' + htmlEntities(subtitle) + '
'); } $(this).after($fullImg); //$(this).after('
'); }); var $bottom = $(".startseiteBottom"), $carousel = $("#animexx-carousel"), maxH; if ($bottom.find(".hidden-md").is(":visible")) { window.setTimeout(function () { maxH = 0; $bottom.find("> div > div.well").each(function () { var h = $(this).height(); if (h > maxH) maxH = h; }); $bottom.find("> div > div.well").css("min-height", (maxH + 40) + "px"); }, 500); } maxH = 0; $(".startseiteLinks .btn-primary").each(function () { if ($(this).height() > maxH) maxH = $(this).height(); }); $(".startseiteLinks .btn-primary").css("height", (maxH + 13) + "px"); if (!$carousel.find(".carousel-indicators .hidden-lg").is(":visible")) { $carousel.find(".item.hidden-lg").remove(); $carousel.find(".carousel-indicators .hidden-lg").remove(); } $.material.init(); });