PhotoSwipe ist eine modulare Vanilla JS Bildgalerie für Bilder in hoher Auflösung für Mobile und Desktop.
Installieren Sie es mittels npm install photoswipe
und importieren Sie css
& js
in Ihr Projekt.
@import 'photoswipe/dist/photoswipe';
@import 'photoswipe/dist/default-skin/default-skin';
import PhotoSwipe from 'photoswipe/dist/photoswipe.js'
import PhotoSwipeUI_Default from 'photoswipe/dist/photoswipe-ui-default.js'
Finden Sie weitere Informationen in der offiziellen Dokumentation.