Änderungen

Zur Navigation springen Zur Suche springen
161 Bytes hinzugefügt ,  10:16, 13. Jun. 2017
keine Bearbeitungszusammenfassung
Zeile 12: Zeile 12:  
$(function(){
 
$(function(){
 
   $('.twentytwenty-container').twentytwenty({
 
   $('.twentytwenty-container').twentytwenty({
 +
    default_offset_pct: 0.7, // How much of the before image is visible when the page loads
 
     before_label: '<!--{$title1|escape:'html'}-->',
 
     before_label: '<!--{$title1|escape:'html'}-->',
 
     after_label: '<!--{$title2|escape:'html'}-->',
 
     after_label: '<!--{$title2|escape:'html'}-->',
 +
    no_overlay: true //Do not show the overlay with before and after
 
   });
 
   });
 
});
 
});

Navigationsmenü