.jarallax { /* position: relative; */ z-index: 0; } .jarallax .jarallax-img { position: absolute; object-fit: cover; font-family: 'object-fit: cover;'; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; } // Jarallax - ParallaxWrapper.html function t3sbParallax(addHeight, uid) { let jarallax = document.getElementById('c'+uid), textWrapper = document.getElementById('text-wrapper-'+uid); if (textWrapper !== null && textWrapper !== '') { jarallaxHeight = parseInt(textWrapper.clientHeight + addHeight); } else { jarallaxHeight = parseInt(300 + addHeight); } jarallax.style.minHeight = jarallaxHeight+'px'; } // Parallax - ParallaxWrapper.html t3sbParallax({addHeight}, {data.uid}); jarallax(document.getElementById('c{data.uid}'));
{row.renderedContent -> f:format.raw()}
{row.renderedContent -> f:format.raw()}