Dieser Inhalt ist passwortgeschützt. Um ihn anschauen zu können, bitte das Passwort eingeben:

Nach oben scrollen
document.addEventListener("DOMContentLoaded", function () { const items = document.querySelectorAll('.pp-grid-item-wrap'); items.forEach((item) => { item.style.display = "flex"; item.style.alignItems = "center"; item.style.justifyContent = "center"; }); const thumbs = document.querySelectorAll('.pp-ins-filter-target'); thumbs.forEach((thumb) => { thumb.style.display = "flex"; thumb.style.alignItems = "center"; thumb.style.justifyContent = "center"; thumb.style.height = "100%"; thumb.style.width = "100%"; }); });