Widget:Twentytwenty: Unterschied zwischen den Versionen

Zur Navigation springen Zur Suche springen
keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 2: Zeile 2:


<div class='twentytwenty-container'>
<div class='twentytwenty-container'>
  <img src='{{Bild1}}' />
  <img src='<!--{$Bild1|escape:'html'}-->' />
  <img src='{{Bild2}}-->' />
  <img src='<!--{$Bild2|escape:'html'}-->' />
</div>
</div>


Zeile 12: Zeile 12:
$(function(){
$(function(){
   $('.twentytwenty-container').twentytwenty({
   $('.twentytwenty-container').twentytwenty({
     before_label: '{{title1 | "Bild1" }}',
     before_label: '<!--{$title1|escape:'html'}-->',
     after_label: '{{title2 | "Bild2" }}',
     after_label: '<!--{$title2|escape:'html'}-->',
   });
   });
});
});

Navigationsmenü