THIS IS ONLY A TESTWIKI! LH, MW 1.39.7, PHP 8, SMW 4.1.3

Vorlage:Image Compare Slider: Unterschied zwischen den Versionen

Aus Test
Zur Navigation springen Zur Suche springen
MediaWiki>Florian
Keine Bearbeitungszusammenfassung
K (11 Versionen importiert)
 
(4 dazwischenliegende Versionen von einem anderen Benutzer werden nicht angezeigt)
Zeile 1: Zeile 1:
<style>
<div class="img-comp-container" style="position: relative;width: {{{width}}} height: {{{height}}}">
img { width:{{{width}}}; }
</style>
<div class="img-comp-container" style="position: relative;">
         <div class="img-comp-img" style="position: absolute; width: auto; height: auto; overflow: hidden;">
         <div class="img-comp-img" style="position: absolute; width: auto; height: auto; overflow: hidden;">
             {{{image1}}}
             [[File:{{{image1}}}]]
         </div>
         </div>
         <div class="img-comp-img img-comp-overlay" style="position: absolute; width: auto; height: auto; overflow: hidden;">
         <div class="img-comp-img img-comp-overlay" style="position: absolute; width: auto; height: auto; overflow: hidden;">
             {{{image2}}}
             [[File:{{{image2}}}]]
         </div>
         </div>
     </div>
     </div>

Aktuelle Version vom 8. September 2023, 11:04 Uhr

           [[File:{{{image1}}}]]
           [[File:{{{image2}}}]]