Danke Tom

/* ================================================== =========================== * ce_parallax scripts/parallax/ * ================================================== ======================== */ jQuery(document).ready(function () { // if ( !jQuery('body').hasClass('ios') && typeof jQuery(window).stellar == 'function') // nächste Zeile ist Update wegen iOS 15.6 Fehler if ( (!jQuery('body').hasClass('viewport_tablet') || !jQuery('body').hasClass('viewport_mobile')) && typeof jQuery(window).stellar == 'function') { jQuery(window).stellar({ horizontalScrolling: false, responsive: true }); } });
if ( (!jQuery('body').hasClass('viewport_tablet') || !jQuery('body').hasClass('viewport_mobile')) && typeof jQuery(window).stellar == 'function')
Einen Kommentar schreiben: