Benutzer-Werkzeuge

Webseiten-Werkzeuge


programmieren:grafik:simplelightbox

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Nächste Überarbeitung
Vorhergehende Überarbeitung
programmieren:grafik:simplelightbox [22/05/2020 13:11] – angelegt connyprogrammieren:grafik:simplelightbox [07/02/2021 12:39] (aktuell) – Externe Bearbeitung 127.0.0.1
Zeile 1: Zeile 1:
 ==== SimpleLightBox ==== ==== SimpleLightBox ====
- 
- 
-https://github.com/dbrekalo/simpleLightbox\\ 
-\\ 
 Einfache Lightbox mit Gallery Function\\ Einfache Lightbox mit Gallery Function\\
 +\\ 
 +=== Beschreibung === 
 +http://dbrekalo.github.io/simpleLightbox/\\ 
 +\\ 
 +=== Vorschau / Beispiel ===
 {{programmieren:grafik:sd6tk8hbl9.png}} {{programmieren:grafik:sd6tk8hbl9.png}}
 +\\
 +=== Source Code Beispiel ===
  
-[[https://github.com/dbrekalo/simpleLightbox|Lightbox Sourcecode]] +<code javascriptexample.html>
-<code | html>+
 <html> <html>
 <head> <head>
Zeile 18: Zeile 19:
  
 <div class="imageGallery1"> <div class="imageGallery1">
-    <a class="x" href="demo/images/4big.jpg" title="Caption for gallery item 1"><img src="demo/images/4small.jpg" alt="Gallery image 1" /></a> +    <a class="picx" href="demo/images/4big.jpg" title="Caption for gallery item 1"><img src="demo/images/4small.jpg" alt="Gallery image 1" /></a> 
-    <a class="x" href="demo/images/5big.jpg" title="Caption for gallery item 2"><img src="demo/images/5small.jpg" alt="Gallery image 2" /></a> +    <a class="picx" href="demo/images/5big.jpg" title="Caption for gallery item 2"><img src="demo/images/5small.jpg" alt="Gallery image 2" /></a> 
-    <a class="x" href="demo/images/6big.jpg" title="Caption for gallery item 3"><img src="demo/images/6small.jpg" alt="Gallery image 3" /></a> +    <a class="picx" href="demo/images/6big.jpg" title="Caption for gallery item 3"><img src="demo/images/6small.jpg" alt="Gallery image 3" /></a> 
- <a href="http://www.test.de" >Test</a>+    <a href="http://www.test.de" >Test</a>
 </div> </div>
  
 <script> <script>
-    new SimpleLightbox({elements: '.imageGallery1  .x'});+    new SimpleLightbox({elements: '.imageGallery1 .picx'});
     // or if using jQuery     // or if using jQuery
     // $('.imageGallery1 a').simpleLightbox();     // $('.imageGallery1 a').simpleLightbox();
Zeile 32: Zeile 33:
 </html> </html>
 </code> </code>
 +\\
 +=== Source Code Download ===
 +[[https://github.com/dbrekalo/simpleLightbox|Lightbox Sourcecode]]
 +
 +{{programmieren:grafik:simplelightbox-master.zip}}
programmieren/grafik/simplelightbox.1590145889.txt.gz · Zuletzt geändert: 22/05/2020 12:11 (Externe Bearbeitung)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki